SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
150 stars 81 forks source link

Fixes required by platformio/platformio-espressif32 v.4.1.0 #588

Closed mairas closed 2 years ago

mairas commented 2 years ago

PlatformIO's espressif32 framework got updated from 3.5.0 to 4.1.0. The major change was that the Arduino ESP32 core got updated from 1.0.6 to 2.0.2. The change broke some APIs and exposed some bugs in SensESP. This PR fixes those.

mairas commented 2 years ago

Additionally, it seems I had broken support for hardcoded WiFi SSIDs and passwords. That's hopefully fixed in the PR as well.