Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@f34rdotcom f34rdotcom released this 23 May 20:15
· 23 commits to master since this release
bea843f

Big changes:

  • Help file and docs refactor to make more user friendly.
  • Replace NVS config storage with spiffs partition and human readable ini file.
  • FTP server to allow for remote editing of the configuration file on /spiffs or /sdcard partition.
  • Migrate the redundant use of switch in each component to a global switch command and refactor existing components to use global switch settings.
  • Added support for UNKNOWN(-1) state to switch default state and reset > 0 will auto reset switch after event back to the default state.
  • Update OTA config settings so older firmware will not see this new branch. Updates to older firmware will require manual re-flashing until I get an update firmware done.

Added

  • Commands
    • ad2config
      • Allow AD2IoT to enforce AD2pHat or attached AD2* device firmware settings.
    • switch
      • Global switches for use by all components.
      • New default value option UNKNOWN(-1).
      • auto reset to default with reset > 0 in case the open event tracked does not have a close event.
    • ftpd
      • Remote HTTP content or ad2iot.ini config file management.
  • Config using https://github.com/brofield/simpleini

Changed

  • Yes :)