Arduino 165 vs 167
Posted: Sat Mar 05, 2016 7:43 pm
I've been using 165 successfully,,, and just loaded 167
now my skeck fails compile -- all my functions are out of scope -- I do not get this on 165
is this an issue with 167 ????????????
1> includes
2>vars
wifiserver server(port)
3> void setup
serialbegin
*** TxtBuf = TxLoad() ----out of scope
4> end setup
5> void loop
get post decide what
build pageseg ---out of scope on stringstuff functions
send pageseg
build pageseg ---out of scope on stringstuff functions
send pageseg
build pageseg ---out of scope on stringstuff functions
send pageseg
build pageseg ---out of scope on stringstuff functions
send pageseg
6> end of loop
7> Txload() function
8> StringStuff() functions
now my skeck fails compile -- all my functions are out of scope -- I do not get this on 165
is this an issue with 167 ????????????
1> includes
2>vars
wifiserver server(port)
3> void setup
serialbegin
*** TxtBuf = TxLoad() ----out of scope
4> end setup
5> void loop
get post decide what
build pageseg ---out of scope on stringstuff functions
send pageseg
build pageseg ---out of scope on stringstuff functions
send pageseg
build pageseg ---out of scope on stringstuff functions
send pageseg
build pageseg ---out of scope on stringstuff functions
send pageseg
6> end of loop
7> Txload() function
8> StringStuff() functions