Skip to content

Commit

Permalink
revert uart pins, real hardware disagrees with online diagrams)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp committed Nov 6, 2024
1 parent cfea124 commit 9922674
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -536,14 +536,10 @@
* (ESP-IO0) PD7 | 12 | | 5 | PB13 (ESP-CLK)
* (ESP-IO4) PD10 | 13 | | 4 | --
* -- | 14 | | 3 | PG8 (ESP-EN)
* (ESP-RX) **1 | 15 | | 2 | --
* (ESP-TX) **2 | 16 | | 1 | PG7 (ESP-RST)
* (ESP-RX) PD8 | 15 | | 2 | --
* (ESP-TX) PD9 | 16 | | 1 | PG7 (ESP-RST)
* -------
* WIFI
*
* **1 PD8 on BTT_OCTOPUS_V1_0 and on BTT_OCTOPUS_PRO_V1_0, PD5 on BTT_OCTOPUS_V1_1
* **2 PD9 on BTT_OCTOPUS_V1_0 and on BTT_OCTOPUS_PRO_V1_0, PD6 on BTT_OCTOPUS_V1_1
*
*/
#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
Expand Down

0 comments on commit 9922674

Please sign in to comment.