remove print for pins
This commit is contained in:
parent
4a709ffc28
commit
3c71f1c560
@ -76,7 +76,6 @@ void setup()
|
|||||||
|
|
||||||
// if the AirLift's pins were defined above...
|
// if the AirLift's pins were defined above...
|
||||||
#ifdef SET_PINS
|
#ifdef SET_PINS
|
||||||
Serial.println("Setting pins...");
|
|
||||||
WiFi.setPins(SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
|
WiFi.setPins(SPIWIFI_SS, SPIWIFI_ACK, ESP32_RESETN, ESP32_GPIO0, &SPIWIFI);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user