-->
Page 1 of 4

Arduino 165 vs 167

PostPosted: Sat Mar 05, 2016 7:43 pm
by xtal
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

Re: Arduino 165 vs 167

PostPosted: Sat Mar 05, 2016 9:34 pm
by Mmiscool
I have not been able to successfully use 1.6.7 arduino ide either. Switched back to 1.6.5 promptly.

Re: Arduino 165 vs 167

PostPosted: Sun Mar 06, 2016 12:33 am
by bbx10node
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.

Re: Arduino 165 vs 167

PostPosted: Sun Mar 06, 2016 3:19 am
by schufti
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