- 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 |
||
|---|---|---|
| .. | ||
| DFM.cpp | ||
| DFM.h | ||
| Display.cpp | ||
| Display.h | ||
| RS41.cpp | ||
| RS41.h | ||
| Scanner.cpp | ||
| Scanner.h | ||
| Sonde.cpp | ||
| Sonde.h | ||
| aprs.cpp | ||
| aprs.h | ||
| rsc.cpp | ||
| rsc.h | ||
| rsc_decode.cpp | ||