Merge pull request #11 from maxgerhardt/patch-1

Fix wrong board defines
This commit is contained in:
Valerii Koval 2021-06-07 11:46:45 +03:00 committed by GitHub
commit 3c6cc84610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 NANO_RP2040_CONNECT -DARDUINO_ARCH_RP2040", "extra_flags": "-D ARDUINO_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 RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040", "extra_flags": "-D ARDUINO_RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L", "f_cpu": "133000000L",
"hwids": [ "hwids": [
[ [