#247 renamed tcallbackdsp to tcd and added handler to RTU

This commit is contained in:
Mikayla Fischler
2023-06-03 17:40:57 -04:00
parent 2427561dc5
commit 8d248408d4
16 changed files with 58 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
-- Button Graphics Element
local tcd = require("scada-common.tcallbackdsp")
local tcd = require("scada-common.tcd")
local core = require("graphics.core")
local element = require("graphics.element")