Update version

parent 1c013370
#pragma once #pragma once
#define ARDUINO_PICO_MAJOR 1 #define ARDUINO_PICO_MAJOR 1
#define ARDUINO_PICO_MINOR 13 #define ARDUINO_PICO_MINOR 13
#define ARDUINO_PICO_REVISION 2 #define ARDUINO_PICO_REVISION 3
#define ARDUINO_PICO_VERSION_STR "1.13.2" #define ARDUINO_PICO_VERSION_STR "1.13.3"
{ {
"name": "framework-arduinopico", "name": "framework-arduinopico",
"version": "1.11302.0", "version": "1.11303.0",
"description": "Arduino Wiring-based Framework (RPi Pico RP2040)", "description": "Arduino Wiring-based Framework (RPi Pico RP2040)",
"keywords": [ "keywords": [
"framework", "framework",
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification # https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Raspberry Pi RP2040 Boards name=Raspberry Pi RP2040 Boards
version=1.13.2 version=1.13.3
runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi runtime.tools.pqt-gcc.path={runtime.platform.path}/system/arm-none-eabi
runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3 runtime.tools.pqt-python3.path={runtime.platform.path}/system/python3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment