Skip to content

v0.4 - Web Upload, Stability, and Safe Mode!

Latest
Compare
Choose a tag to compare
@elahd elahd released this 10 Jul 04:35
· 13 commits to main since this release
4ef1adb

This release introduces many new features that address issues reported in v0.3.

New Features

  1. 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.
  2. 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.
  3. 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.
  4. Wi-Fi Connection Settings - Use the web interface to connect esp2ino to your home Wi-Fi network.
  5. 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

  1. Broke Out Source Files - esp2ino's core sp2ino_main.c source file was becoming too large. This is now broken out into multiple files.
  2. Arduino eboot Update - Updated eboot to the version included in Arduino SDK v3.0.1.
  3. Wi-Fi Stability - Wi-Fi initialization is less error prone.