View Single Post
Old 02-14-2016, 12:07 PM   #850 (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 crd4me View Post
I've been using the OBDuino32k.pde file. When I load on the IDE plateforme I receive the following errors. I thought replacing prog_char by const char would do the work but it didn't. Any body can help ?
You have to go through the entire OBDuino code and replace each and every instance of "prog_char" with "const char". That is a total pain in the neck, but it has to be done.


Quote:
Originally Posted by crd4me View Post
Code:
OBDuino.ino:721: error: 'prog_char' does not name a type
 const prog_char obd_std_strings[17][9] PROGMEM =
For instance, this wasn't changed, and it failed when the compile attempt was made.
  Reply With Quote