thorrak / brewpi_esp_ui

Vue 3 user interface for BrewPi-ESP (a temperature controller for brewing beer)
0 stars 2 forks source link

Not possible to adjust the calibration on ink bird via the UI #4

Closed PoulKlemmensen closed 1 year ago

PoulKlemmensen commented 1 year ago

On e.g. Inkbird temperature sensors, it is not possible to adjust calibration when setting them up.

It seems like you have an error in AssignSensorModal.vue, line 280.

Think you have to change the following device_definition.c = calibration_sendable; to device_definition.j = calibration_sendable;

thorrak commented 1 year ago

Thank you - Fix will be incoming shortly!