remove print for pins

This commit is contained in:
brentru 2019-04-19 16:36:14 -04:00
parent 4a709ffc28
commit 3c71f1c560
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ void setup()
// if the AirLift's pins were defined above...
#ifdef SET_PINS
Serial.println("Setting pins...");
WiFi.setPins(SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
#endif