View Single Post
Old 03-11-2014, 02:57 AM   #290 (permalink)
t vago
MPGuino Supporter
 
t vago's Avatar
 
Join Date: Oct 2010
Location: Hungary
Posts: 1,807

iNXS - '10 Opel Zafira 111 Anniversary

Suzi - '02 Suzuki Swift GL
Thanks: 828
Thanked 708 Times in 456 Posts
Quote:
Originally Posted by josemapiro View Post
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
  Reply With Quote
The Following User Says Thank You to t vago For This Useful Post:
josemapiro (03-11-2014)