Update README.md

This commit is contained in:
2026-07-12 19:15:19 +10:00
parent 26e166c8dc
commit dfd8fbb976
+5 -4
View File
@@ -106,9 +106,10 @@ print(stations_eta[40390])
```
### ESP32 Implementation
- Micropython appears to still be poorly documented for ESP32s (especially the aliexpress clone boards).
- Recommendation is to use either the Arduino IDE (for quickly getting going) or using PlatformIO with VS Code.
- Micropython, Arduino IDE and PlatformIO are the three best options
- Easier programming - go with MicroPython
- Simpler setup, use either the Arduino IDE (for quickly getting going) or using PlatformIO with VS Code.
- Both of these are just fancy wrappers around C++ language, so plenty of documentation to google.
- The latter is harder to initially get going (mostly cause of VS Code), but it's a much nicer environment to code in than Arduino IDE.
- The latter is harder to initially get going (mostly cause of VS Code weirdness), but it's a much nicer environment to code in than Arduino IDE.
- PlatformIO is completely compatable with Arduino code, so can always start in Arduino IDE and move from there.
- Example Arduino IDE code for the API is available in example/src/
- Example Arduino IDE code for the API is available in /example/src/