Skip to content

Releases: gurgleapps/pico-web-server-control

v1.2.0

16 Mar 18:57
b767c6e
Compare
Choose a tag to compare
  • Reconnects lost Wifi Connection
  • Can run as access point
  • No Wifi SSID and Password in constructor
  • Enable CORS option
  • Many minor improvements
  • Inverted light fix for ESP32

What's Changed

The only breaking change is the wifi credentials are no longer sent in the constructor. Use connect_wifi(ssid,password) instead.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Apr 11:06
79d60f2
Compare
Choose a tag to compare

In this release, we've made several improvements to the project, including:

  • Support for additional microcontrollers, such as ESP8266
  • Optimized memory usage for better performance on resource-constrained devices
  • New feature: Blinking IP address, which is useful when there's no screen or computer available
  • New feature: File and folder list with an attractive and responsive user interface

We hope these enhancements make the project even more useful and enjoyable for everyone. Feel free to provide feedback or report any issues you encounter.

Breaking Change

  • The config.py file now includes two additional fields, BLINK_IP and BLINK_LAST_ONLY. Please update your config.py file accordingly to take advantage of the new IP address blinking feature. You can find details on how to configure these new options in the updated Setup section of the README file.

v1.0.0

31 Mar 20:42
Compare
Choose a tag to compare

Out of beta with new easier routing