Skip to content

Releases: Raxcore-dev/esp32-starter-template

v1.0.0 - Initial Release

25 Mar 13:58

Choose a tag to compare

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

  1. Clone this repository
  2. Run pio run --target upload
  3. Open serial monitor with pio device monitor

Happy coding!