Skip to content

Commit

Permalink
docs: add blurb about c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar authored Jan 15, 2024
1 parent bd501d8 commit 4d5027c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
This is an in-progress library for easy network management.

> [!IMPORTANT]\
> This library requires c++17
> see [extras](#extras)
This project supports the following boards:

- ESP8266
Expand Down Expand Up @@ -199,6 +203,8 @@ build_flags =
-DASYNCWEBSERVER_REGEX # add regex support to AsyncWebServer
-DUSE_WEBMANAGER # enable wifimanager
-DCORE_DEBUG_LEVEL=4 # add debug logging in serial monitor
-std=gnu++17
build_unflags = -std=gnu++11
; other build parameters
monitor_filters =
Expand Down

0 comments on commit 4d5027c

Please sign in to comment.