You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My new ESP32 isn´t connecting. It always shows Pin5 problem, allthough it is showing allready correct temperature. My Pin5 is connected to ESP32-Nr.22 as shown in manual.
In the sensor.cpp it says
#define RTS_PIN_DEF 22 // RS485 direction control, RequestToSend TX or RX, required for MAX485 board.
#define PIN_5_PIN_DEF 18
So i would say it must be connected to Pin 18 instead ?? What is correct ?
The text was updated successfully, but these errors were encountered:
My new ESP32 isn´t connecting. It always shows Pin5 problem, allthough it is showing allready correct temperature. My Pin5 is connected to ESP32-Nr.22 as shown in manual.
In the sensor.cpp it says
#define RTS_PIN_DEF 22 // RS485 direction control, RequestToSend TX or RX, required for MAX485 board.
#define PIN_5_PIN_DEF 18
So i would say it must be connected to Pin 18 instead ?? What is correct ?
The text was updated successfully, but these errors were encountered: