Commit Graph

10 Commits

Author SHA1 Message Date
Sthope dee8013432
Update xdrv_79_esp32_ble.ino
Write without response
2021-04-15 09:20:46 +02:00
Theo Arends 2f5c20a42f Add more rule triggers 2021-04-07 15:07:05 +02:00
Simon Hailes 638a4c100e 1/ Extends MAC address storage to 7 bytes, last byte now type.
MAC may now be 112233445566 or 112233445566/n n=0..3 indicating type.
To CONNECT to a random address, you must specify the address type.
2/ Adds BLEDetails4 - details for aliased macs only.
3/ Adds more command explaination in the top.
2021-04-02 08:32:01 +01:00
Simon Hailes 42a1dc3d9a Enable restart of BLE after upload.
Add cmnd 'BLEEnableUnsaved' to enable BLE without saveing the enable.
Fix a bug with operations - where the op could be stolen by mqtt before begin seen by another driver.
2021-03-03 18:40:13 +00:00
Simon Hailes 137b0a63e8 fix ble from accepting 12 char alias whcih does not match as a mac address 2021-02-17 20:01:12 +00:00
Theo Arends 5d58eb39cf Allow BLE when ethernet only connected
Allow BLE when ethernet only connected (#10753)
2021-02-05 14:09:46 +01:00
Simon Hailes 0f2b018ae4 BLE_ESP32 (xdrv_79): Start scan as soon as we are connected to a device - saves missing a few adverts.
iBeacon (xdrv_52): Clean up BLE_ESP32 based driver; add commands and advert timing.  Remove HM10 code - it's in the other one.....
2021-02-04 23:15:58 +00:00
Theo Arends 13713dccc1 Prep ESP32S2 2021-02-02 17:55:45 +01:00
Simon Hailes 60094eb0ee rename + soime explaination 2021-01-27 10:16:30 +00:00
Theo Arends 34b9726c36 Clarify file name functionality 2021-01-27 10:38:45 +01:00