wio_e5_mini: led and rescue cli

This commit is contained in:
Florent 2025-06-24 14:34:42 +02:00
parent ba7839a60d
commit d94f469d53
5 changed files with 63 additions and 4 deletions

View file

@ -20,6 +20,10 @@ static const Module::RfSwitchMode_t rfswitch_table[] = {
VolatileRTCClock rtc_clock;
WIOE5SensorManager sensors;
#ifdef DISPLAY_CLASS
NullDisplayDriver display;
#endif
#ifndef LORA_CR
#define LORA_CR 5
#endif