From ee3833e93b455f30a5d8595a0a10866f458a0e77 Mon Sep 17 00:00:00 2001 From: Eddie <62710807+EdwinFairchild@users.noreply.github.com> Date: Tue, 14 May 2024 22:20:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 987fe28..38fe902 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ When a connection with a device is established PyDex will switch to Gatt Explore https://github.com/EdwinFairchild/BLE-PyDex/assets/62710807/8ec57651-135a-46a5-8fa7-497cb985c875 # Over the air update There is not standar Bluetooth way to perform over the air updates. The example show here is very specific -to MAX32665/666//665/690 BLE microcontrollers. This will undoubtably not succeed with any other OTA out there. +to MAX32665/666//665/690 BLE microcontrollers soon to support STM32WB series. This will undoubtably not succeed with any other OTA out there. The intent here is to show that it is possible and one would have to port their application specific BLE OTA into PyDex. How to guide coming eventaully....