mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-12-21 14:32:52 +01:00
Add device information service
This commit is contained in:
@@ -998,7 +998,8 @@ void initializeNetwork() {
|
||||
}
|
||||
|
||||
if (networkOption == UseWifi) {
|
||||
if (!wifiConnector.connect()) {
|
||||
String modelName = AgFirmwareModeName(fwMode);
|
||||
if (!wifiConnector.connect(modelName)) {
|
||||
Serial.println("Cannot initiate wifi connection");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user