Quote:
Originally Posted by t vago
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
|
Great t vago nailed it, with this fix is not giving the error, and everything seems to be working, but I'm testing it and giving information.
Thank you
José Rodrigues