Skip to content

Release v1.0.9p3

Compare
Choose a tag to compare
@f34rdotcom f34rdotcom released this 02 Dec 21:32
· 98 commits to master since this release
aa15c52

Continued improvements found during daily use.

Added

  • New standard command factory-reset to clear NVS config partition.
  • Show panel state change JSON on CLI.
  • Twilio New format sub command using https://github.com/fmtlib/fmt for simple formats with positional arguments {} for auto or {1} for indexed. Allows duplicate tags {1}{1}. This allows for better control of the message sent to the Twilio API depending on the API type Email, SMS, Call.

Changed

  • Partition refactor to fill 4MB flash adding configuration and firmware storage space. Max firmware size is now 1.9M. The current firmware size for webui build is ~1.2M - 65%. Config storage partition(nvs) increased from 16KB to 44KB.
  • Refactor CLI to reduce noise and make it easier to use.
  • Pushover & Twilio allow for multiple API calls from single virtual switch event. Ex. Email + SMS Text.
  • Automatic selection of build flags for upgrade command to use current build.
  • version command now shows build flags.
  • API ZONE_TRACKING fix countdown messages reporting as zone faults.
  • Fix don't call subscribe api after init(s) done.
  • Bump stack to 8k on AD2 uart task same as ad2 socket client task.