fixed bug that still reads hostname and expects a 0XX format, also prints revision number in decimal and not hex

This commit is contained in:
Dhanya Maliakal
2016-02-08 11:25:10 +01:00
parent fed40b02c4
commit cf3e736d7e
5 changed files with 6 additions and 18 deletions

View File

@ -46,7 +46,7 @@ void checkFirmwareCompatibility(){
cprintf(BLUE,"\n\n********************************************************\n"
"**********************EIGER Server**********************\n"
"********************************************************\n");
cprintf(BLUE,"\nFirmware Version: %llx\nSoftware Version: %llx\n\n",
cprintf(BLUE,"\nFirmware Version: %lld\nSoftware Version: %lld\n\n",
getDetectorId(DETECTOR_FIRMWARE_VERSION), getDetectorId(DETECTOR_SOFTWARE_VERSION));
//check for firmware version compatibility