Wykres commitów

4 Commity (15902b0230de64b80339ba80247f36111f9e1713)

Autor SHA1 Wiadomość Data
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
Hansi, dl9rdz e84a5872b5 new configurable display code, finetuning 2019-05-22 22:13:14 +02:00
Hansi, dl9rdz 3339b6841c data types cleanup 2019-05-22 14:03:15 +02:00
Hansi, dl9rdz 84c7ab8097 initial touch button support; adapted version of DL2F's alternative display layouts 2019-05-22 13:50:47 +02:00