15 Commits
Author SHA1 Message Date
ManuelandGitHub 37e2fb84a8 feat unmessagable (#143) 2025-05-30 19:27:33 +02:00
ManuelandGitHub 405ca49532 feat: ethernet client support for MUI (#129)
* preliminary impl

* update initialization

* adapt to limited Portduino Ethernet(WiFi)Client

* fixed space left calculation

* inherit from SerialClient

* updates Eth/SerialClient

* update cmake files

* protected declaration (for unit tests)

* fix warning

* tryfix: call lv_tick_inc() directly instead of lv_tick_set_cb()

* added isStandalone() to determine use case

* add reboot/shutdown for standalone; suppress animations during startup

* add debug log

* add error log

* revert lv_tick_inc / lv_tick_set_cb

* fix debug log

* workaround sporadic map error

* connection status handling

* define pure virtual functions

* adapt dimensions to allow map resize

* replace [] by .at() when erasing

* fix all communication issues; add thread names for logging

* fix warnings

* trunk fmt

* cleanup

* fix lv_tick interface for esp32 (revert to previous one as Indicator is frozen)

* added client connection states to boot screen

* fix reboot for standalone case

* fix warning

* fix UART connection timeout
2025-05-22 18:07:39 +02:00
ManuelandGitHub 48e963f164 router-late (#131) 2025-05-18 16:41:20 +02:00
mverch67 027f5a5bac trunk fmt 2025-05-10 15:01:27 +02:00
ManuelandGitHub 92f37c0258 calc default channel; keep channel_num if UNSET (#127) 2025-05-10 14:27:26 +02:00
mverch67 53b8a258b5 fix warning 2025-04-15 13:35:05 +02:00
mverch67 acf343b73c sd card errors 2025-04-10 15:37:33 +02:00
mverch67 2a1fc4469c fix SD_MMC 2025-03-17 10:20:55 +01:00
ManuelandGitHub 16ead4736c feat: exFat (#79)
* exFat support

* fix backup/restore

* trunk fmt

* trunk fmt
2025-03-10 17:24:12 +01:00
ManuelandGitHub 9c590a01e8 feat: set fixed_position using MUI map home position (#65)
* set fixed_position (if enabled) when settings home position, implements #62

* trunk fmt

* display on home screen grey out text when location is fixed
2025-03-02 18:13:56 +01:00
ManuelandGitHub 6adfb70ee9 backup/restore keys (#38) 2025-02-15 11:32:01 +01:00
mverch67 b64a9a7bb6 fixes view states related to programming mode, add timer 2025-02-14 13:23:04 +01:00
ManuelandGitHub e87d13e478 add BT programming mode (#37) 2025-02-13 17:45:46 +01:00
mverch67 0c801ca856 re-arrange message restore banner, fix bell icon text update at start 2025-02-01 20:12:43 +01:00
mverch67 450c8aedea restructure code into sub-directories 2025-01-12 18:08:57 +01:00