mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user