rdz_ttgo_sonde_dl9rdz/libraries/SondeLib
Hansi, dl9rdz b3943aee31 Several incremental changes (not yet ready for a new release)
- Correctly decode DMF06 (thanks to Chrischan for test sonde!!!)
- Touch button support (in particular for v2 boards with "real" button)
  now its sufficient to just touch one of the pins of a v2 board
- Multiple displays (inspired by DL2MF's modifications)
- Wifi mode 2 (AP2) fixed missing initialization of mDNS (http://rdzsonde.local)
- updated OTA URL (my.to domain unfortunately expired)
- millis() call removed from ISR (/1000 on uint64_t type in millis causes library
  function call not marked as IRAM_ATTR, causing crash in some cases
- edit files on file system (http://rdzsonde.local/edit.html?file=xyz.txt)
  (use with caution, no checks for buffer overflows)

Some TODOs pending for next release version
- sending AXUDP to aprsmap currently disabled
- RX loop a bit too slow (in particular with AXUDP enabled), causing loss of RX frames
  due to SX1278 overflow. Needs some redesign in SX1278 handling.
- display layout editable via config file
2019-05-24 23:49:50 +02:00
..
DFM.cpp Several incremental changes (not yet ready for a new release) 2019-05-24 23:49:50 +02:00
DFM.h maybe a fix for DFM-06 (still not yet tested) 2019-05-23 19:48:24 +02:00
Display.cpp Several incremental changes (not yet ready for a new release) 2019-05-24 23:49:50 +02:00
Display.h Several incremental changes (not yet ready for a new release) 2019-05-24 23:49:50 +02:00
RS41.cpp configurable RX and AFC bandwidth; configuration display of AFC value 2019-05-06 01:18:41 +02:00
RS41.h fix memory leak - generate reed solomon table only once 2019-04-28 16:27:36 +02:00
Scanner.cpp Added launchsite info to scan and webinterface 2019-05-03 11:38:21 +02:00
Scanner.h v0.1 2019-04-06 22:22:08 +02:00
Sonde.cpp Several incremental changes (not yet ready for a new release) 2019-05-24 23:49:50 +02:00
Sonde.h Several incremental changes (not yet ready for a new release) 2019-05-24 23:49:50 +02:00
aprs.cpp travis ci testing and minor cleanup 2019-04-28 16:04:11 +02:00
aprs.h travis ci testing and minor cleanup 2019-04-28 16:04:11 +02:00
rsc.cpp TTGO Sonde Playground. Initial version 2019-04-03 17:16:51 +02:00
rsc.h TTGO Sonde Playground. Initial version 2019-04-03 17:16:51 +02:00
rsc_decode.cpp TTGO Sonde Playground. Initial version 2019-04-03 17:16:51 +02:00