🔧 Update Octopus EXP-2-10, WiFi pins (#27515)

This commit is contained in:
ellensp 2024-11-24 11:45:13 +13:00 committed by GitHub
parent 8df61893c3
commit 21257f7e21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 4 deletions

View File

@ -32,4 +32,6 @@
#define TEMP_0_PIN PF4 // TH0
#endif
#define EXP2_10_PIN PC5
#include "pins_BTT_OCTOPUS_V1_common.h"

View File

@ -32,4 +32,6 @@
#define TEMP_0_PIN PF4 // TH0
#endif
#define EXP2_10_PIN PC5
#include "pins_BTT_OCTOPUS_V1_common.h"

View File

@ -531,13 +531,13 @@
/**
* -------
* GND | 9 | | 8 | 3.3V
* (ESP-CS) PB12 | 10 | | 7 | PB15 (ESP-MOSI)
* 3.3V | 11 | | 6 | PB14 (ESP-MISO)
* (ESP-CS) PB12 | 10 | | 7 | PC3 (ESP-MOSI)
* -- | 11 | | 6 | PC2 (ESP-MISO)
* (ESP-IO0) PD7 | 12 | | 5 | PB13 (ESP-CLK)
* (ESP-IO4) PD10 | 13 | | 4 | --
* -- | 14 | | 3 | PE15 (ESP-EN)
* -- | 14 | | 3 | PG8 (ESP-EN)
* (ESP-RX) PD8 | 15 | | 2 | --
* (ESP-TX) PD9 | 16 | | 1 | PE14 (ESP-RST)
* (ESP-TX) PD9 | 16 | | 1 | PG7 (ESP-RST)
* -------
* WIFI
*/