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

Commit

Permalink
v1.3.0 to reduce String usage
Browse files Browse the repository at this point in the history
### 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`
  • Loading branch information
khoih-prog authored Dec 21, 2021
1 parent 46d82f1 commit b956582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EthernetWebServer_STM32.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define ETHERNET_WEBSERVER_STM32_VERSION_MINOR 3
#define ETHERNET_WEBSERVER_STM32_VERSION_PATCH 0

#define ETHERNET_WEBSERVER_VERSION_INT 1003000
#define ETHERNET_WEBSERVER_STM32_VERSION_INT 1003000

#define USE_NEW_WEBSERVER_VERSION true

Expand Down

0 comments on commit b956582

Please sign in to comment.