Skip to content

BLE Battery support for LOLIN D32 PRO

Compare
Choose a tag to compare
@renatobo renatobo released this 23 Jan 00:27
· 43 commits to main since this release
e441e34

New features

  • now BLE broadcast battery status (doc updated)
  • Turn OFF (deep sleep) capablity, useful on lolin d32 pro since there is no builtin power switch

Enhancements

  • clients are now listed with their address
  • optimizations on web portal html generation
  • inline documentation referenced
  • status page refactored
  • OTA performances improved by shutting off all other functions

SW Build changes

  • BOARD_NAME macro was not needed, so it's no longer used and it has been removed
  • SHOW_BATTERY macro determines usage of battery gauges

Bug Fixing

  • the 1Hz rate button was not working after some optimization of the HTML code