"Rutilea" ESP32 board (#22880)

This commit is contained in:
Scott Lahteine
2021-10-29 20:46:55 -05:00
committed by GitHub
parent 18a924d4e2
commit aa4e32555d
8 changed files with 148 additions and 128 deletions

View File

@@ -695,6 +695,8 @@
#include "esp32/pins_MRR_ESPE.h" // ESP32 env:esp32
#elif MB(E4D_BOX)
#include "esp32/pins_E4D.h" // ESP32 env:esp32
#elif MB(RESP32_CUSTOM)
#include "esp32/pins_RESP32_CUSTOM.h" // ESP32 env:esp32
#elif MB(FYSETC_E4)
#include "esp32/pins_FYSETC_E4.h" // ESP32 env:FYSETC_E4
#elif MB(PANDA_ZHU)