2 Commits

Author SHA1 Message Date
64c93ed89c Merge branch 'release/v1.1.0' 2021-05-28 14:18:51 +03:00
37227a17e9 Merge branch 'release/v1.0.0' 2021-04-30 23:55:46 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"build": { "build": {
"core": "arduino", "core": "arduino",
"cpu": "cortex-m0plus", "cpu": "cortex-m0plus",
"extra_flags": "-D ARDUINO_NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040", "extra_flags": "-D NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L", "f_cpu": "133000000L",
"hwids": [ "hwids": [
[ [

View File

@ -2,7 +2,7 @@
"build": { "build": {
"core": "arduino", "core": "arduino",
"cpu": "cortex-m0plus", "cpu": "cortex-m0plus",
"extra_flags": "-D ARDUINO_RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040", "extra_flags": "-D RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L", "f_cpu": "133000000L",
"hwids": [ "hwids": [
[ [