Skip to content

Commit d940402

Browse files
committed
Fix #800: set version to 4.0
1 parent 2c1053f commit d940402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/compliance-otaa-halconfig/compliance-otaa-halconfig.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Author:
2222
#include <SPI.h>
2323
class cEventQueue;
2424

25-
#define APPLICATION_VERSION ARDUINO_LMIC_VERSION_CALC(3,0,99,10)
25+
#define APPLICATION_VERSION ARDUINO_LMIC_VERSION_CALC(4, 0, 0, 0)
2626

2727
//
2828
// For compliance tests with the RWC5020A, we use the default addresses

0 commit comments

Comments
 (0)