Need to set some pin modes.

This commit is contained in:
Chris Giacofei 2022-01-11 16:17:27 -05:00
parent d81975ae43
commit 6ee77dff0b

View File

@ -93,7 +93,8 @@ void setup() {
pinMode(encoderCLK, INPUT_PULLUP);
pinMode(encoderDT, INPUT_PULLUP);
pinMode(encoderBTN, INPUT_PULLUP);
pinMode(kettlePWM, OUTPUT);
Enter.begin();
// if you get a connection, report back via serial:
if (net.connect("www.google.com", 80)) {