MyLab-odyssey / ED_BMSdiag

Retrieve battery diagnostic data from your smart electric drive EV.
MIT License
50 stars 19 forks source link

Compilation error #22

Closed tamingdigital closed 5 years ago

tamingdigital commented 5 years ago

Hi,

Thanks a lot for this work. I want to try your project on my Smart ED. I have the same problem described in this thread : http://clubsmartcar.com/index.php?/topic/28328-charging-issue/&page=2

I have the same idea than albiesmart and maybe your project can help us to clear some battery default...

When i try to compile, i have an error :

_ED_BMSdiag:306:23: error: variable or field 'ReadGlobalConfig' declared void void ReadGlobalConfig(deviceStatus_t config, bool force_write) ^ ED_BMSdiag:306:23: error: 'deviceStatus_t' was not declared in this scope ED_BMSdiag:306:39: error: 'config' was not declared in this scope void ReadGlobalConfig(deviceStatus_t config, bool force_write) ^ ED_BMSdiag:306:47: error: expected primary-expression before 'bool' void ReadGlobalConfig(deviceStatus_t *config, bool forcewrite) ^ exit status 1 variable or field 'ReadGlobalConfig' declared void

Can you help me ?

Thanks a lot.

Stephane

MyLab-odyssey commented 5 years ago

Sorry, but please read the issue section first, before posting a new one! It's a fault within Arduino IDE 1.8.7 builder and can be resolved as described in Issue#21. Use Arduino IDE 1.8.5 or swap the builder...

tamingdigital commented 5 years ago

Update : I try with Arduino 1.8.4 ==> it's working

tamingdigital commented 5 years ago

I'm sorry. I was thinking it was only for 1.8.6 and solved in 1.8.7 Thanks a lot.

MyLab-odyssey commented 5 years ago

You are welcome!