Skip to content

Commit

Permalink
Fixed incorrect board name for TinyPICO - You can now use this to det…
Browse files Browse the repository at this point in the history
…ect it's a TinyPICO at compile time.... (#3567)

#ifdef ARDUINO_TINYPICO
   // It's a TinyPICO!
#endif
  • Loading branch information
UnexpectedMaker authored and me-no-dev committed Jan 20, 2020
1 parent e7c9813 commit 82e208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ tinypico.serial.disableRTS=true
tinypico.build.mcu=esp32
tinypico.build.core=esp32
tinypico.build.variant=pico32
tinypico.build.board=ESP32_PICO
tinypico.build.board=TINYPICO

tinypico.build.f_cpu=240000000L
tinypico.build.flash_size=4MB
Expand Down

0 comments on commit 82e208c

Please sign in to comment.