Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

set platformio to C++14

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