diff --git a/software/firmware/README.md b/software/firmware/README.md index 1170c21f6..219862012 100644 --- a/software/firmware/README.md +++ b/software/firmware/README.md @@ -35,6 +35,7 @@ along with this program. If not, see . * OGN library is developed by **Pawel Jalocha** * NMEA library is developed by **Timur Sinitsyn**, **Tobias Simon**, **Ferry Huberts** * ADS-B encoder C++ library is developed by **yangbinbin** (yangbinbin_ytu@163.com) + * Arduino Core for ESP32 is developed by **Hristo Gochkov** * Adafruit BMP085 library is developed by **Limor Fried** and **Ladyada** * Adafruit BMP280 library is developed by **Kevin Townsend** * Adafruit MPL3115A2 library is developed by **Limor Fried** and **Kevin Townsend** @@ -46,7 +47,20 @@ along with this program. If not, see . * SimpleNetwork library is developed by **Dario Longobardi** * ArduinoJson library is developed by **Benoit Blanchon** * Flashrom library is part of the **flashrom.org project** + * Arduino Core for TI CC13X0 is developed by **Energia team** * EasyLink library is developed by **Robert Wessels** and **Tony Cave** * Dump978 library is developed by **Oliver Jowett** * FEC library is developed by **Phil Karn** - * AXP202X library is developed by **Lewis He** + * AXP20X, S7XG, BMA423, FT5206 and PCF8563 libraries are developed by **Lewis He** + * GxEPD2 library is developed by **Jean-Marc Zingg** + * Adafruit SSD1306 and GFX libraries are developed by **Adafruit Industries** + * GDL90 decoder is developed by **Ryan David** + * Sqlite3 Arduino library for ESP32 is developed by **Arundale Ramanathan** + * FLN/OGN aircrafts data is courtesy of **FlarmNet/GliderNet** + * ESP32 I2S WAV player example is developed by **Tuan Nha** + * AceButton library is developed by **Brian Park** + * Arduino Core for STM32 is developed by **Frederic Pillon** + * Python IGC format encoder is developed by **Tobias Bieniek** + * port of MicroPython for ESP32 is developed by **Boris Lovosevic** + * ESP32 BT SPP library is developed by **Evandro Copercini** and **German Martin** + * TFT library is developed by **Bodmer** diff --git a/software/firmware/source/SoftRF/SoftRF.ino b/software/firmware/source/SoftRF/SoftRF.ino index 3e002cb60..eea503aad 100644 --- a/software/firmware/source/SoftRF/SoftRF.ino +++ b/software/firmware/source/SoftRF/SoftRF.ino @@ -21,6 +21,8 @@ * OGN library is developed by Pawel Jalocha * NMEA library is developed by Timur Sinitsyn, Tobias Simon, Ferry Huberts * ADS-B encoder C++ library is developed by yangbinbin (yangbinbin_ytu@163.com) + * Arduino Core for ESP32 is developed by Hristo Gochkov + * ESP32 BT SPP library is developed by Evandro Copercini * Adafruit BMP085 library is developed by Limor Fried and Ladyada * Adafruit BMP280 library is developed by Kevin Townsend * Adafruit MPL3115A2 library is developed by Limor Fried and Kevin Townsend @@ -32,10 +34,13 @@ * SimpleNetwork library is developed by Dario Longobardi * ArduinoJson library is developed by Benoit Blanchon * Flashrom library is part of the flashrom.org project + * Arduino Core for TI CC13X0 is developed by Energia team * EasyLink library is developed by Robert Wessels and Tony Cave * Dump978 library is developed by Oliver Jowett * FEC library is developed by Phil Karn - * AXP202X library is developed by Lewis He + * AXP202X and S7XG libraries are developed by Lewis He + * Arduino Core for STM32 is developed by Frederic Pillon + * TFT library is developed by Bodmer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/software/firmware/source/SoftRF/WebHelper.cpp b/software/firmware/source/SoftRF/WebHelper.cpp index 0971e9278..1398e40b0 100644 --- a/software/firmware/source/SoftRF/WebHelper.cpp +++ b/software/firmware/source/SoftRF/WebHelper.cpp @@ -93,12 +93,13 @@ static const char about_html[] PROGMEM = "\ Timur Sinitsyn, Tobias Simon, Ferry HubertsNMEA library\ yangbinbin (yangbinbin_ytu@163.com)ADS-B encoder C++ library\ Hristo GochkovArduino core for ESP32\ +Evandro CoperciniESP32 BT SPP library\ Limor Fried and LadyadaAdafruit BMP085 library\ Kevin TownsendAdafruit BMP280 library\ Limor Fried and Kevin TownsendAdafruit MPL3115A2 library\ Oliver KrausU8g2 LCD, OLED and eInk library\ Michael MillerNeoPixelBus library\ -Shenzhen Xin Yuan (LilyGO) ET companyTTGO T-Beam boards\ +Shenzhen Xin Yuan (LilyGO) ET companyTTGO T-Beam and T-Watch\ JS FoundationjQuery library\ XCSoar teamEGM96 data\ Mike McCauleyBCM2835 C library\ @@ -108,7 +109,8 @@ static const char about_html[] PROGMEM = "\ Robert Wessels and Tony CaveEasyLink library\ Oliver JowettDump978 library\ Phil KarnFEC library\ -Lewis HeAXP202X library\ +Lewis HeAXP20X and S7XG libraries\ +BodmerTFT library\ \
\ Copyright (C) 2015-2019     Linar Yusupov\