Skip to content

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KChertov committed Jun 7, 2021
1 parent 4b16453 commit 82533af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const byte SLEEP_MINUTES = 5;
#include <ArduinoLowPower.h>
#include "DHT.h" // Adafruit DHT Sensor Library >= 1.4.2

#include "podenosim.h"
#include "PodEnoSim.h"

PodEnoSim enosim(&SerialGSM);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const byte SLEEP_MINUTES = 5;
#include <ArduinoUniqueID.h>
#include <ArduinoLowPower.h>

#include "podenosim.h"
#include "PodEnoSim.h"

PodEnoSim enosim(&SerialGSM);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const int SleepSecs = 5 * 60;
#include <ArduinoUniqueID.h>
#include <ArduinoLowPower.h>
#include <ArduinoJson.h>
#include "podenosim.h"
#include "PodEnoSim.h"

PodEnoSim enosim(&SerialGSM);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const int SleepSecs = 1 * 60;
#include <ArduinoUniqueID.h>
#include <ArduinoJson.h>
#include <ArduinoLowPower.h>
#include "podenosim.h"
#include "PodEnoSim.h"

PodEnoSim enosim(&SerialGSM);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const byte WAIT_MINUTES = 5;
// --------- END OF CONFIGURABLE FIRMWARE PARAMETERS SECTION ---------

#include "DHT.h" // Adafruit DHT Sensor Library >= 1.4.2
#include "podenosim.h"
#include "PodEnoSim.h"

PodEnoSim enosim(&Serial1);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const byte WAIT_MINUTES = 5;
// --------- END OF CONFIGURABLE FIRMWARE PARAMETERS SECTION ---------

#include <ArduinoJson.h>
#include "podenosim.h"
#include "PodEnoSim.h"

PodEnoSim enosim(&Serial1);

Expand Down

0 comments on commit 82533af

Please sign in to comment.