-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
A simple server-sent events client for streaming HeaterMeter state using server-sent events and an ESP8266 | ||
|
||
Requires Arduino Libraries (available from the Arduino 'Manage Libraries' dialog): | ||
ESPAsyncTCP - https://github.com/me-no-dev/ESPAsyncTCP | ||
ESPAsyncTCP (for ESP8266) - https://github.com/me-no-dev/ESPAsyncTCP | ||
AsyncTCP (for ESP32) - https://github.com/me-no-dev/AsyncTCP | ||
ArduinoJson - https://github.com/bblanchon/ArduinoJson |