We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the definition of the coolant pins as
#define COOLANT_FLOOD_PIN GPIO_NUM_34 #define COOLANT_MIST_PIN GPIO_NUM_36
are useless for the ESPduino32 because these pins are "input only" pins.
This should be mentioned in the header at the same place as the "R1 speciality".
In my application I mapped the COOLANT_FLOOD_PIN to GPIO04 (and the unused COOLANT_MIST_PIN to GPIO32), because I don't use the "Feed Hold" input...
Regards, Thorsten
The text was updated successfully, but these errors were encountered:
Hello @dl9sec ,
Thanks for sharing that info. Can you please upload your config or do a push request ?
Sorry, something went wrong.
what do you mean with "config"?
No branches or pull requests
Hi,
the definition of the coolant pins as
#define COOLANT_FLOOD_PIN GPIO_NUM_34
#define COOLANT_MIST_PIN GPIO_NUM_36
are useless for the ESPduino32 because these pins are "input only" pins.
This should be mentioned in the header at the same place as the "R1 speciality".
In my application I mapped the COOLANT_FLOOD_PIN to GPIO04 (and the unused COOLANT_MIST_PIN to GPIO32), because I don't use the "Feed Hold" input...
Regards, Thorsten
The text was updated successfully, but these errors were encountered: