Rodemfr / MicroNav

A Micronet / NMEA bridge for TTGO T-Beam boards
GNU General Public License v3.0
5 stars 4 forks source link

Compilation issue with PlatformIO v3.3.1 (latest) #11

Closed SvenHi closed 1 year ago

SvenHi commented 1 year ago

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!

SvenHi commented 1 year ago

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