Skip to content

Commit d01124a

Browse files
authored
chore(typo): Fix typo in ambient temperature label
1 parent f95bf82 commit d01124a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/provisioning/sdcard/ws_sdcard.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ const char *SensorTypeToSIUnit(wippersnapper_sensor_SensorType sensorType) {
881881
case wippersnapper_sensor_SensorType_SENSOR_TYPE_RELATIVE_HUMIDITY:
882882
return "\x25";
883883
case wippersnapper_sensor_SensorType_SENSOR_TYPE_AMBIENT_TEMPERATURE:
884-
return "C (Ambiant)";
884+
return "C (Ambient)";
885885
case wippersnapper_sensor_SensorType_SENSOR_TYPE_OBJECT_TEMPERATURE:
886886
return "C (Object)";
887887
case wippersnapper_sensor_SensorType_SENSOR_TYPE_VOLTAGE:
@@ -1270,4 +1270,4 @@ void ws_sdcard::waitForSerialConfig() {
12701270
_serialInput.trim();
12711271
WS_DEBUG_PRINTLN("[SD] JSON string received!");
12721272
}
1273-
#endif
1273+
#endif

0 commit comments

Comments
 (0)