mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
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
This commit is contained in:
committed by
Me No Dev
parent
e7c9813625
commit
82e208c8c9
@ -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
|
||||
|
Reference in New Issue
Block a user