This release introduces many new features that address issues reported in v0.3.
New Features
- Web Upload - Use esp2ino's web interface to upload firmware directly from your computer. This makes loading "build-to-order" firmware like ESPHome much easier.
- Always-on Access Point - esp2ino's Wi-Fi access point (SSID: esp2ino) is now always available, even if your device successfully connects to your home's Wi-Fi network.
- Safe Mode - esp2ino will boot into a stripped-down safe mode when it detects a crash or abnormal reboot. This protects against crashes caused by web interface complexity and Wi-Fi initialization. See wiki for details.
- Wi-Fi Connection Settings - Use the web interface to connect esp2ino to your home Wi-Fi network.
- Removed ESP-Touch - Eliminated support for ESP-Touch for connecting esp2ino to Wi-Fi. The code was unstable and the workflow is confusing. This is replaced by "Wi-Fi Connection Settings," above.
Maintenance
- Broke Out Source Files - esp2ino's core sp2ino_main.c source file was becoming too large. This is now broken out into multiple files.
- Arduino eboot Update - Updated eboot to the version included in Arduino SDK v3.0.1.
- Wi-Fi Stability - Wi-Fi initialization is less error prone.