add RP2040 as supported and bump version

This commit is contained in:
Links
2023-05-01 14:51:36 +02:00
parent 22dff6598f
commit 7eda34f345
3 changed files with 8 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",
"platforms": "atmelavr, espressif8266, espressif32, raspberrypi",
"repository": {
"type": "git",
"url": "https://github.com/Links2004/arduinoWebSockets.git"
},
"version": "2.3.7"
"version": "2.4.0"
}