Support Arduino UNO WIFI 4 (#894)

feat: Arduino UNO R4 WiFi support
This commit is contained in:
Aruna Tennakoon
2024-07-29 15:11:12 +07:00
committed by GitHub
parent e364e66884
commit d6d4c516b3
6 changed files with 135 additions and 8 deletions

View File

@@ -16,10 +16,10 @@
"keywords": "wifi, http, web, server, client, websocket",
"license": "LGPL-2.1",
"name": "WebSockets",
"platforms": "atmelavr, espressif8266, espressif32, raspberrypi",
"platforms": "atmelavr, espressif8266, espressif32, raspberrypi, renesas_uno",
"repository": {
"type": "git",
"url": "https://github.com/Links2004/arduinoWebSockets.git"
},
"version": "2.4.2"
}
"version": "2.5.1"
}