corrected most of the review comments, except "maxlength"

This commit is contained in:
lumapu 2022-09-01 07:25:30 +02:00
parent 7c5650ebe9
commit 0355572692
3 changed files with 7 additions and 20 deletions

View file

@ -36,6 +36,7 @@ For now the following inverters should work out of the box:
- HM600
- HM700
- HM800
- HM1000?
- HM1200
- HM1500
@ -48,15 +49,7 @@ These pins can be changed in the http://<ip-adress>/setup URL or with a click on
## Compile
This code can be compiled using Visual Studio Code and **PlatformIO** Addon. The settings were:
- Board: Generic ESP8266 Module
- Flash-Size: 4MB
- Install libraries (not included in the Arduino IDE 1.8.19):
- `Time` 1.6.1
- `RF24` 1.4.5
- `PubSubClient` 2.8
- `ArduinoJson` 6.19.4
This code can be compiled using Visual Studio Code and **PlatformIO** Addon.
## Used Libraries