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

Commit

Permalink
v2.2.4 to add support to Seeeduino nRF52
Browse files Browse the repository at this point in the history
### Releases v2.2.4

1. Add support to Seeeduino nRF52840-based boards such as **Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE**, etc. using Seeed `mbed` or `nRF52` core
2. Add astyle using `allman` style. Restyle the library
3. Display warning only when `_ETHERNET_WEBSERVER_LOGLEVEL_` > 3
4. Update examples
5. Update `Packages' Patches` to add Seeeduino `nRF52` core
  • Loading branch information
khoih-prog authored Oct 27, 2022
1 parent fb65fa7 commit 19f1f45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/EthernetWebServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@

/////////////////////////////////////////////////////////////////////////

#define ETHERNET_WEBSERVER_VERSION "EthernetWebServer v2.2.3"
#define ETHERNET_WEBSERVER_VERSION "EthernetWebServer v2.2.4"

#define ETHERNET_WEBSERVER_VERSION_MAJOR 2
#define ETHERNET_WEBSERVER_VERSION_MINOR 2
#define ETHERNET_WEBSERVER_VERSION_PATCH 3
#define ETHERNET_WEBSERVER_VERSION_PATCH 4

#define ETHERNET_WEBSERVER_VERSION_INT 2002003
#define ETHERNET_WEBSERVER_VERSION_INT 2002004

/////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 19f1f45

Please sign in to comment.