-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |
* 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** ([email protected]) | ||
* 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 <http://www.gnu.org/licenses/>. | |
* 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** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ([email protected]) | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,12 +93,13 @@ static const char about_html[] PROGMEM = "<html>\ | |
<tr><th align=left>Timur Sinitsyn, Tobias Simon, Ferry Huberts</th><td align=left>NMEA library</td></tr>\ | ||
<tr><th align=left>yangbinbin ([email protected])</th><td align=left>ADS-B encoder C++ library</td></tr>\ | ||
<tr><th align=left>Hristo Gochkov</th><td align=left>Arduino core for ESP32</td></tr>\ | ||
<tr><th align=left>Evandro Copercini</th><td align=left>ESP32 BT SPP library</td></tr>\ | ||
<tr><th align=left>Limor Fried and Ladyada</th><td align=left>Adafruit BMP085 library</td></tr>\ | ||
<tr><th align=left>Kevin Townsend</th><td align=left>Adafruit BMP280 library</td></tr>\ | ||
<tr><th align=left>Limor Fried and Kevin Townsend</th><td align=left>Adafruit MPL3115A2 library</td></tr>\ | ||
<tr><th align=left>Oliver Kraus</th><td align=left>U8g2 LCD, OLED and eInk library</td></tr>\ | ||
<tr><th align=left>Michael Miller</th><td align=left>NeoPixelBus library</td></tr>\ | ||
<tr><th align=left>Shenzhen Xin Yuan (LilyGO) ET company</th><td align=left>TTGO T-Beam boards</td></tr>\ | ||
<tr><th align=left>Shenzhen Xin Yuan (LilyGO) ET company</th><td align=left>TTGO T-Beam and T-Watch</td></tr>\ | ||
<tr><th align=left>JS Foundation</th><td align=left>jQuery library</td></tr>\ | ||
<tr><th align=left>XCSoar team</th><td align=left>EGM96 data</td></tr>\ | ||
<tr><th align=left>Mike McCauley</th><td align=left>BCM2835 C library</td></tr>\ | ||
|
@@ -108,7 +109,8 @@ static const char about_html[] PROGMEM = "<html>\ | |
<tr><th align=left>Robert Wessels and Tony Cave</th><td align=left>EasyLink library</td></tr>\ | ||
<tr><th align=left>Oliver Jowett</th><td align=left>Dump978 library</td></tr>\ | ||
<tr><th align=left>Phil Karn</th><td align=left>FEC library</td></tr>\ | ||
<tr><th align=left>Lewis He</th><td align=left>AXP202X library</td></tr>\ | ||
<tr><th align=left>Lewis He</th><td align=left>AXP20X and S7XG libraries</td></tr>\ | ||
<tr><th align=left>Bodmer</th><td align=left>TFT library</td></tr>\ | ||
</table>\ | ||
<hr>\ | ||
Copyright (C) 2015-2019 Linar Yusupov\ | ||
|