Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

set platformio to C++17

//in your platformio.ini add those two lines
build_flags = -std=gnu++17
build_unflags = -std=gnu++11
Source by community.platformio.org #
 
PREVIOUS NEXT
Tagged: #set #platformio
ADD COMMENT
Topic
Name
3+8 =