Skip to content

Commit d00befa

Browse files
authoredFeb 5, 2025
Merge pull request #1014 from fabik111/add-ping-command
Ping command
2 parents 540c1cd + 17ff057 commit d00befa

File tree

41 files changed

+303
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+303
-29
lines changed
 

‎cores/arduino/mbed/connectivity/drivers/emac/COMPONENT_WHD/interface/WhdSTAInterface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ class WhdSTAInterface : public WiFiInterface, public EMACInterface {
122122
nsapi_error_t set_timeout(uint32_t timeout)
123123
{
124124
_timeout = timeout;
125+
return NSAPI_ERROR_OK;
125126
}
126127

127128
/** Set blocking status of interface.

‎cores/arduino/mbed/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#define WHD_VERSION "v1.94.0"
18+
/* This define is used by arduino::WiFiClass::firmwareVersion() do not prepend v */
19+
#define WHD_VERSION "1.94.0"
1920
#define WHD_BRANCH "v1.94.0"
2021
#define WHD_DATE "2021-04-27 16:54:34 +0800"

0 commit comments

Comments
 (0)