tried to compile the project (unmodified) in PlatformIO v3.3.1 on windows but directly run into compilation issues.
First I got the Error:
src\GNSS/UbloxDriver.h:50:47: error: redeclaration of 'const uint8_t UbloxDriver::SleepMode []'
so changed the datatype:
char => uint8_t
After next build run into next compilation errors on ClockPage module...
Before spending too much time in debugging:
Could you please confirm that the code on master ist latest and compiling on your side?
Also Which platformIO version do you use on which operating system?
Did you change the warning level, or special configuration?
Thanks for feedback!
PS: Already tried the MicronetToNmea project on Teensy which worked perfect!
Sorry seems there was a "Hickhack" on complier.
Spend some time on investigation, created the issue, directly afterwards got the solution...
=> Rejected due to reporter
Hi Ronan,
tried to compile the project (unmodified) in PlatformIO v3.3.1 on windows but directly run into compilation issues.
First I got the Error: src\GNSS/UbloxDriver.h:50:47: error: redeclaration of 'const uint8_t UbloxDriver::SleepMode []'
so changed the datatype: char => uint8_t
After next build run into next compilation errors on ClockPage module...
Before spending too much time in debugging: Could you please confirm that the code on master ist latest and compiling on your side? Also Which platformIO version do you use on which operating system? Did you change the warning level, or special configuration?
Thanks for feedback!
PS: Already tried the MicronetToNmea project on Teensy which worked perfect!