File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ void PinoccioShell::setup() {
85
85
addBitlashFunction (" wifi.report" , (bitlash_function) wifiReport);
86
86
addBitlashFunction (" wifi.list" , (bitlash_function) wifiList);
87
87
addBitlashFunction (" wifi.config" , (bitlash_function) wifiConfig);
88
- addBitlashFunction (" wifi.connect" , (bitlash_function) wifiConnect);
89
88
addBitlashFunction (" wifi.command" , (bitlash_function) wifiCommand);
90
89
addBitlashFunction (" wifi.ping" , (bitlash_function) wifiPing);
91
90
addBitlashFunction (" wifi.dnslookup" , (bitlash_function) wifiDNSLookup);
@@ -628,15 +627,6 @@ static numvar wifiConfig(void) {
628
627
}
629
628
}
630
629
631
- static numvar wifiConnect (void ) {
632
- Serial.print (" Wi-Fi backpack connecting..." );
633
- if (!Scout.wifi .autoConnect ()) {
634
- Serial.println (" Error: unable to connect" );
635
- } else {
636
- Serial.println (" Done" );
637
- }
638
- }
639
-
640
630
static numvar wifiCommand (void ) {
641
631
if (!Scout.wifi .runDirectCommand (Serial, (const char *)getstringarg (1 ))) {
642
632
Serial.println (" Error: Wi-Fi direct command failed" );
You can’t perform that action at this time.
0 commit comments