Chreece / BTHomeV2-ESP32-example

An BTHome v2 example with encryption for ESP32
MIT License
35 stars 7 forks source link

move the trigger_based_device flag to the begin() function & try to get the ble mac with high level api from nimble #23

Closed countrysideboy closed 1 year ago

countrysideboy commented 1 year ago
  1. move the trigger_based_device flag to the begin() function
  2. try to get the ble mac with high level api from nimble

begin(String dname, bool encryption, uint8_t const* const key, bool trigger_based_device)