mirror of https://github.com/arendst/Tasmota.git
Berry make debug easier
This commit is contained in:
parent
950933cafa
commit
089cfd1c76
|
@ -75,6 +75,10 @@ const char berry_prog[] =
|
|||
|
||||
"import tapp "
|
||||
|
||||
#ifdef USE_BERRY_DEBUG
|
||||
"import debug "
|
||||
"import solidify "
|
||||
#endif
|
||||
;
|
||||
|
||||
#endif // USE_BERRY
|
||||
|
|
Loading…
Reference in New Issue