Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Releases: maakbaas/esp8266-iot-framework

v1.6.0

18 Nov 00:24
7f12ab2
Compare
Choose a tag to compare

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

13 Nov 14:56
Compare
Choose a tag to compare

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

12 Nov 14:24
Compare
Choose a tag to compare

Features

  • The projectName configuration parameter in configuration.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 to scripts, and the html folder to gui. To mitigate an issue where the folder names build and html are automatically excluded from library packages in recent versions of PlatformIO (Related issue: #45)
  • Added builtin dependencies to library.json to fix issue #50

v1.3.2

18 Oct 12:07
eba7edc
Compare
Choose a tag to compare

This is the first baseline after which I will start maintaining a changelog for future updates.