Getting started:
Related tutorials:
Getting started:
Related tutorials:
| #!/bin/bash | |
| Color_Off='\033[0m' # Text Reset | |
| Red='\033[0;31m' # Red | |
| Green='\033[0;32m' # Green | |
| Yellow='\033[0;33m' # Yellow | |
| #include <Arduino.h> | |
| #include <WiFi.h> | |
| #include <AsyncTCP.h> | |
| #include <ESPAsyncWebServer.h> | |
| #include <Arduino_JSON.h> | |
| hw_timer_t * sampleTimer = NULL; | |
| portMUX_TYPE sampleTimerMux = portMUX_INITIALIZER_UNLOCKED; |