Skip to content

Commit cf51805

Browse files
committed
bump Pico Core up to 4.6.1, Arduino BLE library - up to 1.4.1
1 parent fe5d493 commit cf51805

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
ARDUINO_IDE_VERSION: 1.8.13
6262
ARDUINO_CLI_VERSION: 0.34.2
63-
ARDUINO_BLE_VERSION: 1.4.0
63+
ARDUINO_BLE_VERSION: 1.4.1
6464
ENERGIA_IDE_VERSION: 1.8.10E23
6565
NIM_BLE_VERSION: 2.3.2
6666
# NIM_BLE_VERSION: master
@@ -429,7 +429,7 @@ jobs:
429429
fi
430430
if [[ "$BOARD" =~ "rp2040:rp2040:" ]]; then
431431
arduino --pref "boardsmanager.additional.urls=https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json" --save-prefs ;
432-
arduino --install-boards rp2040:rp2040:4.6.0 ;
432+
arduino --install-boards rp2040:rp2040:4.6.1 ;
433433
arduino --board $BOARD --save-prefs ;
434434
if [[ "$BOARD" =~ "rp2040:rp2040:rpipicow" ]]; then
435435
arduino --pref "custom_freq=rpipicow_120" --save-prefs ;

software/firmware/source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
For **ESP32-C3**:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**2.0.9**](https://github.com/espressif/arduino-esp32/releases/tag/2.0.9)<br>
5353
For **ESP32-C6**:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**3.0.7**](https://github.com/espressif/arduino-esp32/releases/tag/3.0.7)<br>
5454
For **ESP32-P4**:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**3.2.0**](https://github.com/espressif/arduino-esp32/releases/tag/3.2.0)<br>
55-
For **ESP32-C5**:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**3.3.0-alpha1**](https://github.com/espressif/arduino-esp32/releases/tag/3.3.0-alpha1)<br>
55+
For **ESP32-C5**:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[**3.3.0**](https://github.com/espressif/arduino-esp32/releases/tag/3.3.0)<br>
5656

5757
2. Become familiar with IDE and **DoIt ESP32 DevKit** by building and uploading of a basic **Blink** sketch:<br>
5858
```

0 commit comments

Comments
 (0)