mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
Merge pull request #17969 from aabadie/pr/examples/lorawan_comment_out_eeprom_support
examples/lorawan: disable loramac state persistence on EEPROM
This commit is contained in:
commit
e64b1bd764
@ -44,7 +44,13 @@ USEPKG += semtech-loramac
|
||||
USEMODULE += $(DRIVER)
|
||||
USEMODULE += fmt
|
||||
FEATURES_OPTIONAL += periph_rtc
|
||||
FEATURES_OPTIONAL += periph_eeprom
|
||||
|
||||
# Uncomment the following line to enable Loramac stack state persistence on EEPROM.
|
||||
# Make sure the EEPROM is erased before enabling this and when flashing a board
|
||||
# with an EEPROM the first time. If the board already contains a previous Loramac state
|
||||
# in its EEPROM that is not corresponding to your LoRaWAN application settings,
|
||||
# joining a network will fail.
|
||||
# FEATURES_OPTIONAL += periph_eeprom
|
||||
|
||||
CFLAGS += -DSEND_PERIOD_S=$(SEND_PERIOD_S)
|
||||
ifeq (otaa,$(ACTIVATION_MODE))
|
||||
|
Loading…
Reference in New Issue
Block a user