We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e619b94 commit 663fc0dCopy full SHA for 663fc0d
libraries/WiFi/src/WiFi.cpp
@@ -250,7 +250,17 @@ NetworkInterface *arduino::WiFiClass::getNetwork() {
250
}
251
252
253
+unsigned long arduino::WiFiClass::getTime() {
254
+ return 0;
255
+}
256
+
257
#if defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4)
258
259
+#include "whd_version.h"
260
+char* arduino::WiFiClass::firmwareVersion() {
261
+ return WHD_VERSION;
262
263
264
arduino::WiFiClass WiFi(WiFiInterface::get_default_instance());
265
#endif
266
0 commit comments