stratum, 3

This commit is contained in:
Wolfgang Hottgenroth 2025-02-11 10:11:08 +01:00
parent 5de07b85dc
commit f557893fad

View File

@ -60,7 +60,7 @@ func Start() {
message.Variables["stratum"] = variable_t {
Label: "stratum",
Variable: "",
Value: strconv.FormatInt(stratum, 10),
Value: strconv.FormatInt(int64(stratum), 10),
Unit: "ms",
Status: status,
}