Add support for ESP32 platform

This commit is contained in:
Filip Ayazi 2021-09-04 01:19:15 +01:00
parent 1b8ffc88d7
commit 9aa42e7400
3 changed files with 9 additions and 2 deletions

View file

@ -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