Skip to content

Commit

Permalink
[hmc] Add AsyncTCP requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnBry committed Feb 24, 2021
1 parent 2e5fae9 commit 8c9a13b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arduino/libraries/HeaterMeterClient/README.txt
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

0 comments on commit 8c9a13b

Please sign in to comment.