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

Version v1.1.0 to restore Teensy support, add STM32 emulated-EEPROM, fix bugs and optimize code.

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 24 Jan 07:56
· 33 commits to master since this release
20281a3

Major Releases v1.1.0

  1. Restore support to Teensy boards, using only Teensy core v1.51 if Config Portal is needed.
  2. Add STM32 emulated-EEPROM feature so that saving to EEPROM is usable and much faster.
  3. Add functions to control Config Portal from software or Virtual Switches. Check How to trigger a Config Portal from code #25
  4. Renew all examples to demo the new Virtual ConfigPortal SW feature
  5. Optimize code and fix many bugs.