mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
wio_e5_mini: led and rescue cli
This commit is contained in:
parent
ba7839a60d
commit
d94f469d53
5 changed files with 63 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue