This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
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