Browse Source

Update some env in pins.h

Scott Lahteine 6 years ago
parent
commit
81cee05476
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/pins.h

+ 2
- 2
Marlin/src/pins/pins.h View File

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

Loading…
Cancel
Save