mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
support cjson example
This commit is contained in:
parent
e5697342ef
commit
5575b49deb
@ -118,6 +118,8 @@ for module in module_list:
|
||||
module_example = 'Device'
|
||||
elif module == 'pika_lvgl':
|
||||
module_example = 'lvgl'
|
||||
elif module == 'pika_cjson':
|
||||
module_example = 'cJSON'
|
||||
else:
|
||||
module_example = module
|
||||
example_list = glob.glob(f'../examples/{module_example}/*.py')
|
||||
|
Loading…
x
Reference in New Issue
Block a user