Search found 2 matches

by humaxoid
Mon Apr 25, 2022 7:16 am
Forum: ESP32 Arduino
Topic: Help to combine functions for ws.textAll
Replies: 0
Views: 808

Help to combine functions for ws.textAll

Hi to all! This way I transmit the remaining time before the timers are turned on. void remaining_time() { if (criterion-1) { ws.textAll("buffer1=" + String(buffer1)); } if (criterion-2) { ws.textAll("buffer2=" + String(buffer2)); } if (criterion-3) { ws.textAll("buffer3=" + String(buffer3)); } } In...
by humaxoid
Fri Jun 18, 2021 5:01 am
Forum: ESP32 Arduino
Topic: Sending to void loop() {
Replies: 0
Views: 1444

Sending to void loop() {

Greetings! I need a non-standard solution. It is necessary to process the function with the following arguments in the loop digitalWrite(32, LOW); But don't just stupidly to insert it into a permanent loop (). I want to send there by condition, so that it runs on the command from void setup () for e...