Simplified configuration
I've moved SUPPORT_EEPROM into boards.h because that seemed simplest. I've removed a bit of logic related to serial ports, because we now just listen on both if there is more than one, using PRIMARY_SERIAL_PORT and SECONDARY_SERIAL_PORT in boards.h. I've deleted the `picohw` environment because it's no longer necessary.
This commit is contained in:
parent
8a18c1444c
commit
d9e7c1429a
3 changed files with 3 additions and 24 deletions
|
|
@ -64,14 +64,6 @@ build_flags = -D MCU_ESP32
|
|||
monitor_filters = esp32_exception_decoder
|
||||
build_type = debug
|
||||
|
||||
[env:picohw]
|
||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||
board = pico
|
||||
framework = arduino
|
||||
board_build.core = earlephilhower
|
||||
upload_port = /media/filip/RPI-RP2
|
||||
build_flags = -D MCU_PICO -D HW_SERIAL
|
||||
|
||||
[env:pico]
|
||||
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
|
||||
board = pico
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue