Skip to content

Commit c76263d

Browse files
committed
WiFi firmware 0.2.1
1 parent f19b922 commit c76263d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

libraries/WiFiS3/src/WiFi.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define DEFAULT_NM_AP_ADDRESS IPAddress(255,255,255,0)
1515

1616

17-
#define WIFI_FIRMWARE_LATEST_VERSION "0.1.0"
17+
#define WIFI_FIRMWARE_LATEST_VERSION "0.2.1"
1818

1919
class CAccessPoint {
2020
public:
@@ -285,4 +285,5 @@ extern CWifi WiFi;
285285

286286

287287

288-
#endif
288+
#endif
289+

0 commit comments

Comments
 (0)