diff options
-rw-r--r-- | main.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ dofile("binaryLib.lua") dofile("microwire.lua") dofile("lmx2487lib.lua") +if file.exists("version.lua") then + dofile("version.lua") +else + print("Unknown version of lua scripts") +end + -- if you want benchmarking do -- dofile("bench_lmx2487.lua") |