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

Releases: khoih-prog/BlynkESP32_BT_WF

Version v1.0.1 to run BT/BLE and WiFi simultaneously

27 Jan 22:38
26f4f2a
Compare
Choose a tag to compare

This new version enables user to include both Blynk BT / BLE and WiFi libraries in one sketch, run both WiFi and BT/BLE simultaneously, or select one to use at runtime after reboot by pressing a switch.

Initial Release v1.0.0

26 Jan 16:30
f5fa480
Compare
Choose a tag to compare

Initial Release version v1.0.0

The Blynk ESP32 libraries for BlueTooth, BLE and WiFi, by design, can't coexist. So that when we'd like to use either WiFi or BlueTooth / BLE, it's not possible within the same sketch.

With this libraries modifications, we now can compile with both options, then select one (WiFi or BT/BLE) to run at reboot by pressing a switch.