Add support for ESP32 platform
This commit is contained in:
parent
1b8ffc88d7
commit
9aa42e7400
3 changed files with 9 additions and 2 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#define BOARD_CUSTOM_BLUEPILL
|
||||
#elif defined(MCU_PICO)
|
||||
#define BOARD_CUSTOM_PICO
|
||||
#elif defined(MCU_ESP32)
|
||||
#define BOARD_CUSTOM
|
||||
#else
|
||||
#error "Invalid build config - must specify MCU type"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue