Updated Repetier version
This commit is contained in:
parent
d46229bf4b
commit
a0bb6d8315
73 changed files with 23884 additions and 15089 deletions
|
@ -63,6 +63,9 @@ WiFiServer server(port);
|
|||
|
||||
|
||||
void setup() {
|
||||
// Set wifi mode to client
|
||||
WiFi.mode(WIFI_STA);
|
||||
|
||||
// Initialize Serial connection
|
||||
Serial.begin(115200);
|
||||
delay(10);
|
||||
|
@ -73,8 +76,6 @@ void setup() {
|
|||
pinMode(bluePin, OUTPUT);
|
||||
|
||||
// Connect to WiFi network
|
||||
Serial.println();
|
||||
Serial.println();
|
||||
Serial.print("Connecting to ");
|
||||
Serial.println(ssid);
|
||||
WiFi.begin(ssid, password);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue