support cjson example

This commit is contained in:
pikabot 2023-03-20 11:22:15 +08:00
parent e5697342ef
commit 5575b49deb

View File

@ -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')