Quote:
Originally Posted by josemapiro
Hi t vago
Already reduced the error, but still gives the following error:
sketch_mar10a.ino: 2700: error: 'doTripShowCancel' was not declared in this scope
Thank you
José Rodrigues
|
Interesting. It may be that this beta Arduino IDE may have stricter type checking.
Can you insert this bolded line at about line 550 of your copy of the source code, and tell me what you get? It is missing in the latest version I released.
Code:
void doTripPrintType(uint8_t tripIdx);
void doTripBumpSlot(void);
void doTripShowCancel(void);
#endif
#ifdef useScreenEditor // Programmable main display screen edit support section