We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be729c commit 32e8124Copy full SHA for 32e8124
src/settings/settings_default.h
@@ -51,7 +51,7 @@ namespace models {
51
#endif //defined(BOARD_HAS_CATM1_NBIOT)
52
53
#if defined(BOARD_HAS_LORA)
54
- case LORA:
+ case NetworkAdapter::LORA:
55
res.lora.band = 5; // _lora_band::EU868
56
res.lora.channelMask[0] = '\0';
57
res.lora.deviceClass = 'A'; // _lora_class::CLASS_A
0 commit comments