Update cubesatsim.ino

pico-v0.36-fix3
alanbjohnston 3 years ago committed by GitHub
parent 3bb2e59f9d
commit 4ed9eb5fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,14 +213,6 @@ void setup() {
Serial.print(" ");
Serial.println(millis());
*/
/*
//SSID of your network
char ssid[] = "CubeSatSim";
//password of your WPA Network
char pass[] = "amsatao7";
WiFi.begin(ssid, pass);
*/
}
void loop() {

Loading…
Cancel
Save

Powered by TurnKey Linux.