toblum / McLighting

The ESP8266 based multi-client lighting gadget
MIT License
1.05k stars 291 forks source link

'updateFS' was not declared in this scope #412

Open yandman1964 opened 5 years ago

yandman1964 commented 5 years ago

Hello all, keep getting this error

'updateFS' was not declared in this scope

at end of compile, I cant find any help on it anywhere, any one know what the problem is ???

debsahu commented 5 years ago

Interesting, it is declared here: https://github.com/toblum/McLighting/blob/090bddd32b2705f5edb7ec999cb26c50dc470151/Arduino/McLighting/request_handlers.h#L1294 What IDE are you using?

yandman1964 commented 5 years ago

hi, I'm using the latest Arduino IDE 1.8.9, and latest mlighting

Sent from my Samsung Galaxy smartphone.

-------- Original message -------- From: Debashish Sahu notifications@github.com Date: 06/06/2019 20:43 (GMT+00:00) To: toblum/McLighting McLighting@noreply.github.com Cc: yandman1964 simonstrachan@hotmail.co.uk, Author author@noreply.github.com Subject: Re: [toblum/McLighting] 'updateFS' was not declared in this scope (#412)

Interesting, it is declared here: https://github.com/toblum/McLighting/blob/090bddd32b2705f5edb7ec999cb26c50dc470151/Arduino/McLighting/request_handlers.h#L1294 What IDE are you using?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/toblum/McLighting/issues/412?email_source=notifications&email_token=ALVIW4YQR46KOLAMYU7NBJ3PZFSEXA5CNFSM4HVIC432YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXD6IZA#issuecomment-499639396, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALVIW45ZQ53AKUH2B4GN5CLPZFSEXANCNFSM4HVIC43Q.

yandman1964 commented 5 years ago

got past the UpdateFS error, but now getting

'class Ticker' has no member named 'active'

?????, I have no Idea what this is

toblum commented 5 years ago

@yandman1964 Do you still face this issue?