File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,31 +35,55 @@ monitor_filters =
3535 esp32_exception_decoder
3636
3737[env:Example1_FastStartup]
38+ build_unflags =
39+ -std =gnu++11
3840build_flags =
41+ -std =c++17
42+ -std =gnu++17
3943 -D NO_WIFI
4044
4145[env:Example2_Debug]
46+ build_unflags =
47+ -std =gnu++11
4248build_flags =
49+ -std =c++17
50+ -std =gnu++17
4351 -D NO_WIFI
4452
4553[env:Example3_WithWifi]
54+ build_unflags =
55+ -std =gnu++11
4656build_flags =
57+ -std =c++17
58+ -std =gnu++17
4759 -D WITH_WIFI
4860 -D WITH_OTA
4961; upload_protocol = espota
5062; upload_port = 192.168.137.110
5163
5264[env:Example4_HandleCommand]
65+ build_unflags =
66+ -std =gnu++11
5367build_flags =
68+ -std =c++17
69+ -std =gnu++17
5470 -D NO_WIFI
5571
5672[env:Example5_Preferences]
73+ build_unflags =
74+ -std =gnu++11
5775build_flags =
76+ -std =c++17
77+ -std =gnu++17
5878 -D WITH_WIFI
5979 -D WITH_OTA
6080
6181[env:Example6_Teleplot]
82+ build_unflags =
83+ -std =gnu++11
6284build_flags =
85+ -std =c++17
86+ -std =gnu++17
6387 -D WITH_WIFI
6488
6589[env:Example7_SPIFFS]
You can’t perform that action at this time.
0 commit comments