We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254b0c6 commit 50c5e6eCopy full SHA for 50c5e6e
examples/arduino_lorawan_esp32_example/arduino_lorawan_esp32_example.ino
@@ -1,10 +1,10 @@
1
///////////////////////////////////////////////////////////////////////////////
2
// arduino_lorawan_esp32_example.ino
3
//
4
-// Example app showing how to periodically poll a sensor and send the data
+// Example sketch showing how to periodically poll a sensor and send the data
5
// to The Things Network.
6
7
-// Based simple_sensor_bme280.ino with the following modifications:
+// Based on simple_sensor_bme280.ino with the following modifications:
8
// - reading the sensor data is replaced by a stub
9
// - implements power saving by using the ESP32 deep sleep mode
10
// - implements fast re-joining after sleep by storing network session data
0 commit comments