Releases: Raxcore-dev/esp32-starter-template
Releases · Raxcore-dev/esp32-starter-template
v1.0.0 - Initial Release
Initial release of ESP32 Starter Template!
Features
- Built-in LED blinking (GPIO2)
- WiFi network scanner with ASCII table output
- System monitoring (CPU temp, heap memory, uptime)
- Formatted serial output
- Fast upload speeds
What's Included
- Complete PlatformIO project configuration
- Well-documented Arduino C++ code
- Comprehensive README with troubleshooting
- MIT License
Getting Started
- Clone this repository
- Run pio run --target upload
- Open serial monitor with pio device monitor
Happy coding!