Skip to content

Commit

Permalink
Start Helium frame count at 700
Browse files Browse the repository at this point in the history
One of the devices has used frame 700
  • Loading branch information
MedadRufus committed Mar 28, 2022
1 parent 5fe9b4b commit 2fb7a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peripherals/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extern "C"
#define WATCH_DOG_KICK_INTERVAL 15000 /* How often to wakeup the MCU from deepsleep to kick the watchdog */

/* TTN, Helium frame count settings. Set the frame count to start from for either network. */
#define HELIUM_FRAME_COUNT_START 130
#define HELIUM_FRAME_COUNT_START 700
#define TTN_FRAME_COUNT_START 0

/**
Expand Down

0 comments on commit 2fb7a7b

Please sign in to comment.