|
FastLED 3.9.15
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | AutoResearchOtaState |
| State for OTA autoresearch. More... | |
Namespaces | |
| namespace | fl |
| Base definition for an LED controller. | |
Macros | |
| #define | AUTORESEARCH_OTA_AP_IP "192.168.4.1" |
| #define | AUTORESEARCH_OTA_HOSTNAME "fastled-ota-test" |
| #define | AUTORESEARCH_OTA_OTA_PASSWORD "testota123" |
| #define | AUTORESEARCH_OTA_PASSWORD "otavalid8" |
| #define | AUTORESEARCH_OTA_PORT 80 |
| #define | AUTORESEARCH_OTA_SSID "FastLED-OTA-Test" |
Functions | |
| AutoResearchOtaState & | getOtaState () |
| Get current OTA autoresearch state. | |
| fl::json | startOta () |
| Start WiFi Soft AP and OTA HTTP server. | |
| fl::json | stopOta () |
| Stop OTA server and WiFi AP, release all resources. | |