BenZonneveld / Nava-2021-Firmware

https://www.e-licktronic.com
13 stars 2 forks source link

Wrong source code in release #48

Open Oortone opened 9 months ago

Oortone commented 9 months ago

The source code provided in the releases is not corresponding to the compiled firmware file. For example the 2021Neuro according to the github has this code to present firmware at startup (in the Nava2021.ino file): `#ifndef VERSION_DATE
lcd.print(" NAVA2021 ");

else

lcd.print(" NAVA v" XSTR(VERSION_DATE) " ");

endif`

However the zipfile provided together with the firmware for 2021Neuro on the release page has: lcd.print("NAVA v1.028beta ");

Indicating it's the source code is for the last official beta and not for 2021Neuro.