Commit 468cba2e authored by Eric Duminil's avatar Eric Duminil
Browse files

Formatting

parent 880463c0
Pipeline #6024 failed with stage
in 1 minute and 12 seconds
......@@ -85,9 +85,9 @@ namespace sensor {
Serial.print(F("S8 - Firmware : "));
Serial.println(s8.firm_version);
s8.sensor_id = sensor_S8->get_sensor_ID();
Serial.print("S8 - ID : 0x");
Serial.print(F("S8 - ID : 0x"));
printIntToHex(s8.sensor_id, 4);
Serial.println("");
Serial.println();
//TODO: Auto-calibration on/off?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment