Skip to content

Commit

Permalink
more Credits
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Oct 31, 2019
1 parent 8b1ce54 commit 7020e93
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
16 changes: 15 additions & 1 deletion software/firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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**
7 changes: 6 additions & 1 deletion software/firmware/source/SoftRF/SoftRF.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 4 additions & 2 deletions software/firmware/source/SoftRF/WebHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>\
Expand All @@ -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 &nbsp;&nbsp;&nbsp; Linar Yusupov\
Expand Down

0 comments on commit 7020e93

Please sign in to comment.