Skip to content

Commit

Permalink
Update pins_Fly_RRF_E3_V1.h
Browse files Browse the repository at this point in the history
added WiFi pinout (but EN is pulled up constantly) according to the schematic
  • Loading branch information
belge96 authored Oct 10, 2024
1 parent ac6f2a8 commit 706b11a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Marlin/src/pins/stm32f4/pins_Fly_RRF_E3_V1.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,15 @@
#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
/*

#if ENABLED(WIFISUPPORT)
//
// WIFI
//
#define ESP_WIFI_MODULE_COM -1 // Must also set either SERIAL_PORT or SERIAL_PORT_2 to this // to do
#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 // this is the only thing i know forsure going on Mellows' pinout
#define ESP_WIFI_MODULE_ENABLE_PIN -1 // to do
#define ESP_WIFI_MODULE_GPIO0_PIN -1 // to do
#define ESP_WIFI_MODULE_RESET_PIN PE15
#define ESP_WIFI_MODULE_ENABLE_PIN -1 // EN is constantly pulled up to 3.3V on this board
#define ESP_WIFI_MODULE_GPIO0_PIN PE13
#endif
*/

0 comments on commit 706b11a

Please sign in to comment.