v3.0.2
What's Changed
- Fix regression where all departure times would show up as "Now" due to an invalid connection state
- Internal change: the
transit_trackercomponent is now pinned to a specific ref, so building with a specific version of the package will be more deterministic
Notes from v3.0.0
The firmware is now built using ESP-IDF instead of Arduino. This is now possible since the underlying transit_tracker ESPHome component has been migrated to use the native ESP32 WebSocket client instead of ArduinoWebsockets.
This change brings several internal improvements and should result in more stable connections. If you are still experiencing connection issues, the logging is significantly improved from previous versions as well, making it easier to troubleshoot and identify issues.
Full Changelog: v3.0.1...v3.0.2