File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
#define ARDUINO_PICO_MAJOR 1
3
3
#define ARDUINO_PICO_MINOR 13
4
- #define ARDUINO_PICO_REVISION 1
5
- #define ARDUINO_PICO_VERSION_STR "1.13.1 "
4
+ #define ARDUINO_PICO_REVISION 2
5
+ #define ARDUINO_PICO_VERSION_STR "1.13.2 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " framework-arduinopico" ,
3
- "version" : " 1.11301 .0" ,
3
+ "version" : " 1.11302 .0" ,
4
4
"description" : " Arduino Wiring-based Framework (RPi Pico RP2040)" ,
5
5
"keywords" : [
6
6
" framework" ,
Original file line number Diff line number Diff line change 20
20
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
21
21
22
22
name=Raspberry Pi RP2040 Boards
23
- version=1.13.1
23
+ version=1.13.2
24
24
25
25
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
26
26
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
You can’t perform that action at this time.
0 commit comments