Skip to content

Commit c721ddd

Browse files
authored
Update AlgoIoT.h
Deleted send interval: has to be specified in main sketch
1 parent d24ff5d commit c721ddd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

AlgoIoT.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
#endif
7878

7979
#define PAYMENT_AMOUNT_MICROALGOS 100000 // Please check vs. ALGORAND_MIN_PAYMENT_MICROALGOS in .ino
80-
#define DATA_SEND_INTERVAL_MINS 60 // 1 h
8180

8281
#define HTTP_CONNECT_TIMEOUT_MS 5000UL
8382
#define HTTP_QUERY_TIMEOUT_S 5
@@ -229,4 +228,4 @@ class AlgoIoT
229228
int submitTransactionToAlgorand();
230229
};
231230

232-
#endif
231+
#endif

0 commit comments

Comments
 (0)