From 8428b68f778a9e5d7719197a864e13390a6905b8 Mon Sep 17 00:00:00 2001 From: Mikayla Date: Mon, 7 Oct 2024 16:35:50 +0000 Subject: [PATCH] #528 indentation fix --- rtu/configure.lua | 6 +++--- rtu/startup.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rtu/configure.lua b/rtu/configure.lua index cc478c7..d4453d1 100644 --- a/rtu/configure.lua +++ b/rtu/configure.lua @@ -42,10 +42,10 @@ local configurator = {} local style = {} -style.root = cpair(colors.black, colors.lightGray) -style.header = cpair(colors.white, colors.gray) +style.root = cpair(colors.black, colors.lightGray) +style.header = cpair(colors.white, colors.gray) -style.colors = themes.smooth_stone.colors +style.colors = themes.smooth_stone.colors style.bw_fg_bg = cpair(colors.black, colors.white) style.g_lg_fg_bg = cpair(colors.gray, colors.lightGray) diff --git a/rtu/startup.lua b/rtu/startup.lua index 0a6e357..03353f4 100644 --- a/rtu/startup.lua +++ b/rtu/startup.lua @@ -31,7 +31,7 @@ local sna_rtu = require("rtu.dev.sna_rtu") local sps_rtu = require("rtu.dev.sps_rtu") local turbinev_rtu = require("rtu.dev.turbinev_rtu") -local RTU_VERSION = "v1.10.12" +local RTU_VERSION = "v1.10.13" local RTU_UNIT_TYPE = types.RTU_UNIT_TYPE local RTU_HW_STATE = databus.RTU_HW_STATE