Skip to content

1.5.0-dev1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sidoh sidoh released this 24 Jul 16:21
· 540 commits to master since this release

New features

  • Website is encoded as a gzipped byte array as a part of the build borrowing methodology outlined by Xose Pérez here.
  • Add PROGMEM in a few places.
  • Check for updates by directly contacting the GitHub API from the UI using a CORS AJAX request rather than proxying through the ESP. This removes the SSL dependency.
  • Remove unnecessary GithubClient code.
  • Add more information in the /about route.

Bug fixes / improvements

  • RF24 was clobbering PROGMEM macros, and a bunch of invalid usages ensued. These have been fixed.