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
Hi,
A while ago I was experimenting with the V1-software on an ESP32-wroom-board. Worked fine.
Now I flashed an example of the V3-software, but it seemed there is no communication on the serial TX-pin.
So I wondered what pins are used. In V1, you had to set the pins with e.g. VitoWiFi.setup(&Serial2, 16, 17);
I then modified the example : #define SERIAL1 Serial2 so it uses Serial2. Now the is some communication on the Tx2-pin of the board.
Since those serial pins can be located (almost) anywhere, it would be nice to be able to define which pins to use.
I have to mount my hardware on my heater to see if it really works.
The text was updated successfully, but these errors were encountered:
Hi,
A while ago I was experimenting with the V1-software on an ESP32-wroom-board. Worked fine.
Now I flashed an example of the V3-software, but it seemed there is no communication on the serial TX-pin.
So I wondered what pins are used. In V1, you had to set the pins with e.g.
VitoWiFi.setup(&Serial2, 16, 17);
I then modified the example :
#define SERIAL1 Serial2
so it uses Serial2. Now the is some communication on the Tx2-pin of the board.Since those serial pins can be located (almost) anywhere, it would be nice to be able to define which pins to use.
I have to mount my hardware on my heater to see if it really works.
The text was updated successfully, but these errors were encountered: