Skip to content

Commit e73b76b

Browse files
committed
Rebuild assets
1 parent bd4a833 commit e73b76b

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

firmware-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Auto-generated on 2025-08-11 13:53:55
1+
// Auto-generated on 2025-08-11 14:04:12
22
const FIRMWARE_DATA = {
33
"releaseInfo": {
44
"version": "1.0.0-offline-beta.3",

wippersnapper_components.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -298,19 +298,19 @@ window.jsonComponentsObject = {
298298
"category": "i2c",
299299
"dataTypes": [
300300
{
301-
"displayName": "Ambient Temperature (\u00c2\u00b0C)",
301+
"displayName": "Ambient Temperature (°C)",
302302
"sensorType": "ambient-temp"
303303
},
304304
{
305-
"displayName": "Ambient Temperature (\u00c2\u00b0F)",
305+
"displayName": "Ambient Temperature (°F)",
306306
"sensorType": "ambient-temp-fahrenheit"
307307
},
308308
{
309-
"displayName": "Measured Object Temp (\u00c2\u00b0C)",
309+
"displayName": "Measured Object Temp (°C)",
310310
"sensorType": "object-temp"
311311
},
312312
{
313-
"displayName": "Measured Object Temp (\u00c2\u00b0F)",
313+
"displayName": "Measured Object Temp (°F)",
314314
"sensorType": "object-temp-fahrenheit"
315315
}
316316
],
@@ -422,7 +422,7 @@ window.jsonComponentsObject = {
422422
"id": "hdc302x",
423423
"displayName": "HDC302x",
424424
"name": "hdc302x",
425-
"description": "Precision temperature (\u00c2\u00b10.1\u00c2\u00b0C typical) and humidity sensors (\u00c2\u00b10.5% typ). HDC3020 / HDC3021 / HDC3022",
425+
"description": "Precision temperature (±0.1°C typical) and humidity sensors (±0.5% typ). HDC3020 / HDC3021 / HDC3022",
426426
"category": "i2c",
427427
"dataTypes": [
428428
"ambient-temp",
@@ -830,15 +830,15 @@ window.jsonComponentsObject = {
830830
"category": "i2c",
831831
"dataTypes": [
832832
{
833-
"displayName": "Ambient Temperature (\u00c2\u00b0C)",
833+
"displayName": "Ambient Temperature (°C)",
834834
"sensorType": "ambient-temp"
835835
},
836836
{
837-
"displayName": "Ambient Temperature (\u00c2\u00b0F)",
837+
"displayName": "Ambient Temperature (°F)",
838838
"sensorType": "ambient-temp-fahrenheit"
839839
},
840840
{
841-
"displayName": "Type K Thermocouple (\u00c2\u00b0C)",
841+
"displayName": "Type K Thermocouple (°C)",
842842
"sensorType": "raw"
843843
}
844844
],

wippersnapper_components.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -298,19 +298,19 @@
298298
"category": "i2c",
299299
"dataTypes": [
300300
{
301-
"displayName": "Ambient Temperature (\u00c2\u00b0C)",
301+
"displayName": "Ambient Temperature (°C)",
302302
"sensorType": "ambient-temp"
303303
},
304304
{
305-
"displayName": "Ambient Temperature (\u00c2\u00b0F)",
305+
"displayName": "Ambient Temperature (°F)",
306306
"sensorType": "ambient-temp-fahrenheit"
307307
},
308308
{
309-
"displayName": "Measured Object Temp (\u00c2\u00b0C)",
309+
"displayName": "Measured Object Temp (°C)",
310310
"sensorType": "object-temp"
311311
},
312312
{
313-
"displayName": "Measured Object Temp (\u00c2\u00b0F)",
313+
"displayName": "Measured Object Temp (°F)",
314314
"sensorType": "object-temp-fahrenheit"
315315
}
316316
],
@@ -422,7 +422,7 @@
422422
"id": "hdc302x",
423423
"displayName": "HDC302x",
424424
"name": "hdc302x",
425-
"description": "Precision temperature (\u00c2\u00b10.1\u00c2\u00b0C typical) and humidity sensors (\u00c2\u00b10.5% typ). HDC3020 / HDC3021 / HDC3022",
425+
"description": "Precision temperature (±0.1°C typical) and humidity sensors (±0.5% typ). HDC3020 / HDC3021 / HDC3022",
426426
"category": "i2c",
427427
"dataTypes": [
428428
"ambient-temp",
@@ -830,15 +830,15 @@
830830
"category": "i2c",
831831
"dataTypes": [
832832
{
833-
"displayName": "Ambient Temperature (\u00c2\u00b0C)",
833+
"displayName": "Ambient Temperature (°C)",
834834
"sensorType": "ambient-temp"
835835
},
836836
{
837-
"displayName": "Ambient Temperature (\u00c2\u00b0F)",
837+
"displayName": "Ambient Temperature (°F)",
838838
"sensorType": "ambient-temp-fahrenheit"
839839
},
840840
{
841-
"displayName": "Type K Thermocouple (\u00c2\u00b0C)",
841+
"displayName": "Type K Thermocouple (°C)",
842842
"sensorType": "raw"
843843
}
844844
],

0 commit comments

Comments
 (0)