From b487024ff6a3bc79e44cce51d03d8db3a1f80ab4 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Mon, 4 Sep 2023 17:31:16 +0300 Subject: [PATCH] Enable OTA for Arduino UNO R4 WiFi --- README.md | 2 +- platformio.ini | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a04222a..a8958dd 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This example project is compatible with a set of ready-to-use Dual-MCU boards: Board | | 🔄 MCU / NCP | 🌐 | ⚙️ | 🗃️ :-- | --- | :--- | :--- | :--- | :--- -[UNO R4 WiFi][1] | `unoR4wifi` | `⏳ / ✅` | WiFi 2.4 | BLE | 4.25 MB +[UNO R4 WiFi][1] | `unoR4wifi` | `✅ / ✅` | WiFi 2.4 | BLE | 4.25 MB [Portenta C33][2] | `portentaC33` | `⏳ / ✅` | WiFi 2.4 | BLE | 512 KB [Nano RP2040 Connect][3] | `rp2040connect` | `✅ / ❌` | WiFi 2.4 | BLE | 384 KB [Nano 33 IoT][4] | `nano33iot` | `✅ / ❌` | WiFi 2.4 | BLE | 384 KB diff --git a/platformio.ini b/platformio.ini index ca2accd..90ab878 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,8 +18,8 @@ extra_scripts = tools/extra_ota_bin.py lib_deps = - blynkkk/Blynk@1.3.0 - jandrassy/ArduinoOTA@1.0.10 + blynkkk/Blynk@1.3.2 + jandrassy/ArduinoOTA@1.0.11 OneButton=https://github.com/mathertel/OneButton/archive/refs/heads/master.zip build_src_flags = @@ -108,7 +108,7 @@ build_flags = lib_deps = ${env.lib_deps} - bodmer/TFT_eSPI@^2.5.31 + bodmer/TFT_eSPI@2.5.31 [env:unoR4wifi] extends = renesas @@ -174,7 +174,7 @@ build_flags = lib_deps = ${env.lib_deps} - olikraus/U8glib@1.19. ; Optional + olikraus/U8glib@1.19.1 ; Optional [env:wio_terminal] platform = atmelsam @@ -188,7 +188,7 @@ build_flags = lib_deps = ${env.lib_deps} - bodmer/TFT_eSPI@^2.5.31 + bodmer/TFT_eSPI@2.5.31 lib_ignore = Seeed_Arduino_LCD