Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82e208c

Browse filesBrowse 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.... (espressif#3567)
#ifdef ARDUINO_TINYPICO // It's a TinyPICO! #endif
1 parent e7c9813 commit 82e208c
Copy full SHA for 82e208c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎boards.txt

Copy file name to clipboardExpand all lines: boards.txt
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.