vekexasia / comfoair-esp32

Interact with Zehnder Comfoair with esp32
Other
124 stars 40 forks source link

Update platformio.ini #20

Closed pyto00 closed 2 years ago

pyto00 commented 2 years ago

1)Updated espressif32 platform version.

As from platform package version 4.0.0 the ESP32 crashes with this software and throws out some weird FreeRTOS related errors. This is due to the updated framework-arduinoespressif32 as of version 4.0.0 I tested different platform package versions and 3.5.0 was the last stable one.

2)Added extra info on line 16 and 18

3)Added working proposals from issue #13
Line22-24 Line 35-37