Skip to content

Commit

Permalink
add missing R4XX define and comment by default
Browse files Browse the repository at this point in the history
  • Loading branch information
janvl1234 committed Oct 26, 2018
1 parent 96b0572 commit e93848a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1,6 +1,6 @@
#include <Arduino.h>

#define R4XX // Uncomment when you use the ublox R4XX module
// #define R4XX // Uncomment when you use the ublox R4XX module

#if defined(ARDUINO_AVR_LEONARDO)
/* Arduino Leonardo + SODAQ NB-IoT Shield */
Expand Down
2 changes: 2 additions & 0 deletions examples/nbIOT_test_udp/nbIOT_test_udp.ino
Expand Up @@ -21,6 +21,8 @@ License along with Sodaq_nbIOT. If not, see
#include "Sodaq_nbIOT.h"
#include "Sodaq_wdt.h"

// #define R4XX // Uncomment when you use the ublox R4XX module

// Select one of the operators
//#define VODAFONE_NL
//#define TMOBILE_NL
Expand Down

0 comments on commit e93848a

Please sign in to comment.