We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fca90 commit 9ab4ee6Copy full SHA for 9ab4ee6
src/provisioning/sdcard/ws_sdcard.cpp
@@ -1122,7 +1122,7 @@ const char *SensorTypeToSIUnit(wippersnapper_sensor_SensorType sensorType) {
1122
case wippersnapper_sensor_SensorType_SENSOR_TYPE_RELATIVE_HUMIDITY:
1123
return "\x25";
1124
case wippersnapper_sensor_SensorType_SENSOR_TYPE_AMBIENT_TEMPERATURE:
1125
- return "C (Ambiant)";
+ return "C (Ambient)";
1126
case wippersnapper_sensor_SensorType_SENSOR_TYPE_OBJECT_TEMPERATURE:
1127
return "C (Object)";
1128
case wippersnapper_sensor_SensorType_SENSOR_TYPE_VOLTAGE:
@@ -1676,4 +1676,4 @@ void ws_sdcard::waitForSerialConfig() {
1676
_serialInput.trim();
1677
WS_DEBUG_PRINTLN("[SD] JSON string received!");
1678
}
1679
-#endif
+#endif
0 commit comments