-
Notifications
You must be signed in to change notification settings - Fork 66
Description
Hi,
I'm trying to getting this code working. I started to define Honda. but i get an error that i can't build the solution. You described that Honda is the same as Yamaha. so i tried that.
The build works, but i can't get connected.
so i looked what's differents between Honda and Yamaha.
I've seen that there are typo's in YAMAHA and it sometimes spells YAMAYA.
so for Yamaha it doe not get in the:
`#elif defined(YAMAHA)
handleRequest(request_sens, LEN(request_sens));`
And there is (i think) a problem. Request_sens is not declared. and when i declared it:
`#if defined(HONDA)
#if defined(BIKE_CHOOSED)
#error "two or more bikes choosed, please see src/PIDs.h"
#else
#define BIKE_CHOOSED
#endif // BIKE_CHOOSED
// see above
#endif // HONDA
const uint8_t request_sens[] = {0x80,0x02}
`
everything els fails to build the solution.
i got it connected correctly with some test scripts. And get some of a response.
can you help me out?
tnx stefan