X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=32aa18e284ce958dbb805fba35a4ec6b9267bded;hb=d5099d19c0fcaa2837a01abbd1b9dbd9c01add42;hp=6092686e611a89c9375d88b1269769dce3e94c0e;hpb=02326b102bfdd7869d58588180b8f2924bdbb6d4;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index 6092686e..32aa18e2 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -32,4 +32,6 @@ CPU_DEFINITION = "*.cdef" GCC_NAME = "*gcc*" -MODULE_CONFIGURATION = "cfg_*.h" \ No newline at end of file +MODULE_CONFIGURATION = "cfg_*.h" + +UI_LOCATION = "ui" \ No newline at end of file