Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit b956582

Browse files
authored
v1.3.0 to reduce String usage
### Major Releases v1.3.0 1. Reduce usage of Arduino String with std::string 2. Optimize library code and examples by using **reference-passing instead of value-passing**. 3. Update `Packages' Patches`
1 parent 46d82f1 commit b956582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EthernetWebServer_STM32.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#define ETHERNET_WEBSERVER_STM32_VERSION_MINOR 3
6464
#define ETHERNET_WEBSERVER_STM32_VERSION_PATCH 0
6565

66-
#define ETHERNET_WEBSERVER_VERSION_INT 1003000
66+
#define ETHERNET_WEBSERVER_STM32_VERSION_INT 1003000
6767

6868
#define USE_NEW_WEBSERVER_VERSION true
6969

0 commit comments

Comments
 (0)