Skip to content

Commit

Permalink
add RP2040 as supported and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Links2004 committed May 1, 2023
1 parent 22dff65 commit 7eda34f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WebSockets
version=2.3.7
version=2.4.0
author=Markus Sattler
maintainer=Markus Sattler
sentence=WebSockets for Arduino (Server + Client)
Expand Down
10 changes: 5 additions & 5 deletions src/WebSocketsVersion.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file WebSocketsVersion.h
* @date 05.04.2022
* @date 01.05.2023
* @author Markus Sattler
*
* Copyright (c) 2015 Markus Sattler. All rights reserved.
Expand All @@ -25,12 +25,12 @@
#ifndef WEBSOCKETSVERSION_H_
#define WEBSOCKETSVERSION_H_

#define WEBSOCKETS_VERSION "2.3.7"
#define WEBSOCKETS_VERSION "2.4.0"

#define WEBSOCKETS_VERSION_MAJOR 2
#define WEBSOCKETS_VERSION_MINOR 3
#define WEBSOCKETS_VERSION_PATCH 7
#define WEBSOCKETS_VERSION_MINOR 4
#define WEBSOCKETS_VERSION_PATCH 0

#define WEBSOCKETS_VERSION_INT 2003007
#define WEBSOCKETS_VERSION_INT 2004000

#endif /* WEBSOCKETSVERSION_H_ */

0 comments on commit 7eda34f

Please sign in to comment.