View Single Post
Old 03-11-2014, 04:41 PM   #291 (permalink)
josemapiro
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
Quote:
Originally Posted by t vago View Post
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

  Reply With Quote
The Following User Says Thank You to josemapiro For This Useful Post:
t vago (03-11-2014)