fix: migrate meshadventurer to new ui

This commit is contained in:
recrof 2025-08-31 12:09:04 +02:00
parent d4856a5275
commit 0f23c0120a
2 changed files with 10 additions and 4 deletions

View file

@ -18,10 +18,6 @@ MASensorManager sensors = MASensorManager(nmea);
DISPLAY_CLASS display;
#endif
#ifndef LORA_CR
#define LORA_CR 5
#endif
bool radio_init() {
fallback_clock.begin();
rtc_clock.begin(Wire);