Skip to content

Commit 82e208c

Browse files
UnexpectedMakerme-no-dev
authored andcommitted
Fixed incorrect board name for TinyPICO - You can now use this to detect it's a TinyPICO at compile time.... (#3567)
#ifdef ARDUINO_TINYPICO // It's a TinyPICO! #endif
1 parent e7c9813 commit 82e208c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ tinypico.serial.disableRTS=true
324324
tinypico.build.mcu=esp32
325325
tinypico.build.core=esp32
326326
tinypico.build.variant=pico32
327-
tinypico.build.board=ESP32_PICO
327+
tinypico.build.board=TINYPICO
328328

329329
tinypico.build.f_cpu=240000000L
330330
tinypico.build.flash_size=4MB

0 commit comments

Comments
 (0)