I have been finalising my code and all was looking good, until 10 minutes later i changed something now it wont compile. I have no idea what it could have been, maybe a wrong press on the keyboard? I have tried google but cannot find anything.
Maybe you could help shed some light on it.
This is all the error message
Code: Select all
Feduino_with_webcontrol_beta.ino:442:21: error: too many decimal points in number
L_Menus.ino: In function 'void config_(boolean)':
L_Menus:2427: error: 'config_valores_s_temp' was not declared in this scope
ProcessMyTouch.ino: In function 'void processMyTouch()':
ProcessMyTouch:3133: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3141: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3149: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3157: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3165: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3201: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3211: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3222: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3232: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3242: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3252: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3263: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3273: error: 'config_timer' was not declared in this scope
ProcessMyTouch:3286: error: 'config_timer' was not declared in this scope
If you can think of anything it would be appreciated
