7 Commits

Author SHA1 Message Date
Manuel 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
mverch67 450c8aedea restructure code into sub-directories 2025-01-12 18:08:57 +01:00
mverch67 418d28480b remove newlines from debug log 2024-10-17 09:09:16 +02:00
mverch67 f5e2f9724b increase queue size (e.g. if mqtt hangs on connecting) 2024-07-04 20:57:33 +02:00
mverch67 2eebc600c2 fix warning 2024-05-22 21:03:01 +02:00
mverch67 51c5c8500b fix dummy for want_ack / want_response + trnk fmt 2024-04-20 17:49:09 +02:00
mverch67 a05769a6ff remove dependency PacketServer -> PacketAPI 2024-04-17 20:21:48 +02:00