Skip to content

Commit 9ab4ee6

Browse files
committed
chore(typo): Fix typo in ambient temperature label
1 parent 87fca90 commit 9ab4ee6

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
@@ -1122,7 +1122,7 @@ const char *SensorTypeToSIUnit(wippersnapper_sensor_SensorType sensorType) {
11221122
case wippersnapper_sensor_SensorType_SENSOR_TYPE_RELATIVE_HUMIDITY:
11231123
return "\x25";
11241124
case wippersnapper_sensor_SensorType_SENSOR_TYPE_AMBIENT_TEMPERATURE:
1125-
return "C (Ambiant)";
1125+
return "C (Ambient)";
11261126
case wippersnapper_sensor_SensorType_SENSOR_TYPE_OBJECT_TEMPERATURE:
11271127
return "C (Object)";
11281128
case wippersnapper_sensor_SensorType_SENSOR_TYPE_VOLTAGE:
@@ -1676,4 +1676,4 @@ void ws_sdcard::waitForSerialConfig() {
16761676
_serialInput.trim();
16771677
WS_DEBUG_PRINTLN("[SD] JSON string received!");
16781678
}
1679-
#endif
1679+
#endif

0 commit comments

Comments
 (0)