This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
Releases: maakbaas/esp8266-iot-framework
Releases · maakbaas/esp8266-iot-framework
v1.6.0
Features
- Added a live dashboard to view data or set inputs from the web interface. (PR #54 closes #43)
- Added a DNS field to the static IP settings (PR #55 closes #53)
Fixes
- Documentation updates
- Changed the default JSON files into an empty boilerplate and moved the example files to the configurationManager and dashboard example folders
v1.5.0
Important: Upgrading to this version will invalidate your existing configuration data. Make a screenshot of your current configuration before upgrading if it contains important values.
Features
- The WiFi setup page now has the option to enter a static IP address
- The configuration manager now has a block for internal framework data, where this IP address information is stored
- The configuration manager now stores two checksums to check the integrity of the internal block and the user config data
Fixes
- Documentation updates
- List missing files in includes in library.json, required for PlatformIO 5.0.3 (Related issue: #51)
v1.4.0
Features
- The
projectName
configuration parameter inconfiguration.json
will now be used as the header text in the web interface. If it does not exist the header will fall back to 'ESP8266'
Fixes
- Documentation updates
- Renamed the
build
folder toscripts
, and thehtml
folder togui
. To mitigate an issue where the folder namesbuild
andhtml
are automatically excluded from library packages in recent versions of PlatformIO (Related issue: #45) - Added builtin dependencies to
library.json
to fix issue #50