|
@@ -161,7 +161,7 @@
|
161
|
161
|
#elif MB(RAMPS_CREALITY)
|
162
|
162
|
#include "pins_RAMPS_CREALITY.h" // ATmega2560 env:megaatmega2560
|
163
|
163
|
#elif MB(FYSETC_F6_13)
|
164
|
|
- #include "pins_FYSETC_F6_13.h" // ATmega2560 env:megaatmega2560
|
|
164
|
+ #include "pins_FYSETC_F6_13.h" // ATmega2560 env:fysetc_f6_13
|
165
|
165
|
#elif MB(DUPLICATOR_I3_PLUS)
|
166
|
166
|
#include "pins_DUPLICATOR_I3_PLUS.h" // ATmega2560 env:megaatmega2560
|
167
|
167
|
#elif MB(VORON)
|
|
@@ -460,7 +460,7 @@
|
460
|
460
|
//
|
461
|
461
|
|
462
|
462
|
#elif MB(ESP32)
|
463
|
|
- #include "pins_ESP32.h"
|
|
463
|
+ #include "pins_ESP32.h" // ESP32 env:esp32
|
464
|
464
|
|
465
|
465
|
//
|
466
|
466
|
// Linux Native Debug board
|