File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11on :
2+ push :
3+ branches :
4+ - main
5+ pull_request :
26 schedule :
37 - cron : ' */5 * * * *'
48jobs :
Original file line number Diff line number Diff line change 11name : arduino
2- on : [ push, pull_request ]
2+ on :
3+ push :
4+ branches :
5+ - main
6+ pull_request :
37
48jobs :
59 build-for-esp32 :
Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ int config_threshold_time;
1111
1212String apiUrl = " /api/v1/ws/" ;
1313
14- // length of switch device id
15- // 7dhdyJ9bbZNWNVPiFSdmb5
16- int uidLength = 22 ;
17-
18- bool paid;
19- long thresholdSum = 0 ;
20-
2114WebSocketsClient webSocket;
2215
2316void setup () {
@@ -108,6 +101,7 @@ void executePayment(uint8_t *payload) {
108101
109102}
110103
104+ // long thresholdSum = 0;
111105// void executeThreshold() {
112106// StaticJsonDocument<1900> doc;
113107// DeserializationError error = deserializeJson(doc, payloadStr);
You can’t perform that action at this time.
0 commit comments