diff --git a/WiFi_Shield.ino b/WiFi_Shield.ino index 6ad1cbd..a0f9026 100644 --- a/WiFi_Shield.ino +++ b/WiFi_Shield.ino @@ -70,7 +70,7 @@ enum UpdateStatus { */ unsigned long HW_GROUP = 1; // Changes with hardware changes that require software changes -unsigned long FW_VERSION = 1808070002; // Changes with each release; must always increase +unsigned long FW_VERSION = 1808070003; // Changes with each release; must always increase unsigned long SP_VERSION = 0; // Loaded from SPIFFS; changed with each SPIFFS build; must always increase (uses timestamp as version) // FW & SPIFFS update settings @@ -456,6 +456,8 @@ void printIPAddress() { addrStr += "."; addrStr += String(addr[3]); IBIS_DS009(addrStr); + IBIS_DS003c(addrStr); + IBIS_GSP(1, "WLAN-Modul", addrStr); } void resetWiFiCredentials() { diff --git a/firmware.bin b/firmware.bin index c51e814..8c27a7c 100644 Binary files a/firmware.bin and b/firmware.bin differ diff --git a/firmware.version b/firmware.version index 0f2adb4..60fa7c8 100644 --- a/firmware.version +++ b/firmware.version @@ -1 +1 @@ -1808070002 \ No newline at end of file +1808070003 \ No newline at end of file