Welcome!
In a lua script I have a function stop() that reads the temperature from the DS3231. The temperature is returned in the form
.
I want to save the above string to an array to call (use) it in another function. How can this be done?
In a lua script I have a function stop() that reads the temperature from the DS3231. The temperature is returned in the form
Code: Lua
I want to save the above string to an array to call (use) it in another function. How can this be done?