1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-30 01:30:05 +02:00

Falscher GPIO Pin für Fräse

This commit is contained in:
Jens Hauser
2020-12-22 01:27:05 +01:00
parent f55d8bc997
commit 764258b082

View File

@@ -24,7 +24,7 @@
* Das 1. Relais
*/
#define SPINDLE_TYPE SpindleType::RELAY
#define SPINDLE_OUTPUT_PIN GPIO_NUM_3
#define SPINDLE_OUTPUT_PIN GPIO_NUM_32
// Das 2. Relais
#define COOLANT_FLOOD_PIN GPIO_NUM_2