mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-25 16:47:29 +08:00
generic marlin_STM32F407VGT6_CCM
This commit is contained in:
parent
5ca1412a8d
commit
731c8f5832
@ -309,12 +309,11 @@
|
||||
#error "SD CUSTOM_CABLE is not compatible with Fly RRF E3 V1."
|
||||
#endif
|
||||
|
||||
// TODO ? board has inbuilt WiFi (ESP8266) but probably already runs a version of DuetWebServer if you've ever used it on RRF before and i have no idea what you'd need to flash it with to get it to work
|
||||
//
|
||||
// WIFI
|
||||
//
|
||||
|
||||
#if ENABLED(WIFISUPPORT)
|
||||
//
|
||||
// WIFI
|
||||
//
|
||||
#define ESP_WIFI_MODULE_COM 3 // Must also set either SERIAL_PORT or SERIAL_PORT_2 to this
|
||||
#define ESP_WIFI_MODULE_BAUDRATE BAUDRATE // Must use same BAUDRATE as SERIAL_PORT & SERIAL_PORT_2
|
||||
#define ESP_WIFI_MODULE_RESET_PIN PE15
|
||||
|
@ -200,7 +200,7 @@ build_flags = ${stm32_variant.build_flags}
|
||||
[env:FLY_RRF_E3_V1]
|
||||
extends = stm32_variant
|
||||
board = marlin_STM32F407VGT6_CCM
|
||||
board_build.variant = MARLIN_FLY_RRF_E3_V1
|
||||
#board_build.variant = MARLIN_BTT_E3_RRF
|
||||
board_build.offset = 0x8000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DSTM32F407_5VX
|
||||
|
Loading…
Reference in New Issue
Block a user