-run script in editor
-add search docs dialog that returns places string was found -added flash
This commit is contained in:
@ -160,6 +160,8 @@ env_base.platforms = {}
|
||||
|
||||
for p in platform_list:
|
||||
|
||||
if env_base['platform'] != "" and env_base['platform'] != p:
|
||||
continue
|
||||
sys.path.append("./platform/"+p)
|
||||
import detect
|
||||
if "create" in dir(detect):
|
||||
|
||||
Reference in New Issue
Block a user