Skip to content

Commit 0ac3061

Browse files
authored
Add files via upload
Updated example
1 parent 2f65fb8 commit 0ac3061

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

AlgoIoT_sendData/AlgoIoT_sendData.ino

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Example for "AlgoIoT", Algorand lightweight library for ESP32
55
*
6-
* Last mod 20231205-1
6+
* Last mod 20231213-1
77
*
88
* By Fernando Carello for GT50
99
* Released under Apache license
@@ -176,9 +176,6 @@ void loop()
176176
uint8_t rhPct = 0;
177177
float tempC = 0.0f;
178178
uint16_t pmbar = 0;
179-
float latitude = 0.0f;
180-
float longitude = 0.0f;
181-
int16_t altitude_m = 0;
182179

183180
// Check for WiFi connection
184181
#ifdef SERIAL_DEBUGMODE

0 commit comments

Comments
 (0)