Skip to content

Commit 50c5e6e

Browse files
matthias-bsterrillmoore
authored andcommitted
Update arduino_lorawan_esp32_example.ino
1 parent 254b0c6 commit 50c5e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/arduino_lorawan_esp32_example/arduino_lorawan_esp32_example.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
///////////////////////////////////////////////////////////////////////////////
22
// arduino_lorawan_esp32_example.ino
33
//
4-
// Example app showing how to periodically poll a sensor and send the data
4+
// Example sketch showing how to periodically poll a sensor and send the data
55
// to The Things Network.
66
//
7-
// Based simple_sensor_bme280.ino with the following modifications:
7+
// Based on simple_sensor_bme280.ino with the following modifications:
88
// - reading the sensor data is replaced by a stub
99
// - implements power saving by using the ESP32 deep sleep mode
1010
// - implements fast re-joining after sleep by storing network session data

0 commit comments

Comments
 (0)