Skip to content

Commit 32e8124

Browse files
fabik111andreagilardoni
authored andcommitted
fix compile for lora
1 parent 8be729c commit 32e8124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/settings_default.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace models {
5151
#endif //defined(BOARD_HAS_CATM1_NBIOT)
5252

5353
#if defined(BOARD_HAS_LORA)
54-
case LORA:
54+
case NetworkAdapter::LORA:
5555
res.lora.band = 5; // _lora_band::EU868
5656
res.lora.channelMask[0] = '\0';
5757
res.lora.deviceClass = 'A'; // _lora_class::CLASS_A

0 commit comments

Comments
 (0)