diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-11 11:49:05 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-06-11 11:49:05 -0400 |
commit | bde52623ee38d655594359ba805201243c2652dd (patch) | |
tree | ce2f6f99271a6965062aadcf305f299454e91506 /main.lua | |
parent | 80a43680f1e1d3a5fcba5a83f3cc0390cd6adc86 (diff) | |
download | nodeMCU_rf_source_lmx2487-bde52623ee38d655594359ba805201243c2652dd.tar.gz nodeMCU_rf_source_lmx2487-bde52623ee38d655594359ba805201243c2652dd.zip |
added DEBUG switch to print info when needed
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ startup=nil abortTest=nil abortInit=nil +-- if we want the debug messages set the DEBUG variable +-- DEBUG=true dofile("binaryLib.lua") dofile("microwire.lua") |