Skip to content

Commit

Permalink
Enable OTA for Arduino UNO R4 WiFi
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Sep 4, 2023
1 parent 865434b commit b487024
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b487024

Please sign in to comment.