Blueforcer / awtrix3

Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix. Getting started is easy as 1-2-3
https://blueforcer.github.io/awtrix3/
Other
1.41k stars 112 forks source link

No changes for temp and hum #307

Closed galluslongus closed 1 year ago

galluslongus commented 1 year ago

Bug report

Describe the bug

after changing the values for hum and/or temp compensation and saving / rebooting, nothing changed. it doesnt matter if i edit the json file or use the browser in Time Tab.

Additional information

Blueforcer commented 1 year ago

Still works as expected. Please show me your dev.json

galluslongus commented 1 year ago

{ "temp_offset": -18, "hum_offset": 25, }

i also tried with quotes like this: { "temp_offset": "-18", "hum_offset": "25", }

i had to made the .txt ending, coz of upload failure. dev.json.txt

Blueforcer commented 1 year ago

The JSON is invalid because of the last comma after 25. The editor should tell you the error by a red cross should be {"temp_offset": -18, "hum_offset": 25}

galluslongus commented 1 year ago

damned, thats it...thank you