Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Following data shall be updated in the code to make it work: const char* channelID = "*****"; char ssid[] = "***"; // your network SSID (name) // TODO : shall be configurable from webserver char pass[] = "**"; // your network password // TODO : shall be configurable from webserver TODO: - wifi connection failure to be enhanced, ESP.restart does not reboot properly, stuck in "wdt reset" mode :-( - wifi parameters shall be configurable - thingspeak channelid hall be configurable
- Loading branch information