Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By xtal
#42516 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
User avatar
By Mmiscool
#42519 I have not been able to successfully use 1.6.7 arduino ide either. Switched back to 1.6.5 promptly.
User avatar
By bbx10node
#42526 I have not had any problems. The blink example program compiles without errors.

    IDE 1.6.7
    ESP8266 board package 2.1.0
    board Adafruit Huzzah.
User avatar
By schufti
#42530 if this is the most complex sketch you want to do, then yes, stay with 1.6.7

anything slightly more complex - requiring forward declaration of functions - will fail