FIX: thanks @tony, for pointing out a "end" statement inside tnp3sim.lua
ADD: @marshmello42 fixs for t55x7
This commit is contained in:
@@ -197,7 +197,6 @@ local function ValidateCheckSums(blocks)
|
||||
calc = CalcCheckSum(blocks,2,3)
|
||||
if crc == calc then isOk='Ok' else isOk = 'Error' end
|
||||
io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
|
||||
end
|
||||
|
||||
local cmd
|
||||
local blockdata
|
||||
|
||||
Reference in New Issue
Block a user