Relocate bundled demo sources into bundled-demos/demo/

Mirror bundled-lib/ by keeping manifest.json at the bundle root and
shipping sample .py files from a demo/ subdirectory.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-14 22:34:17 +12:00
parent e3400120d3
commit 98fa4260d4
16 changed files with 7 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
{
"files": [
"pattern_rainbow_demo.py",
"pattern_twinkle_demo.py",
"pattern_chase_demo.py",
"adc_slider_demo.py",
"pin_demo.py",
"serial_demo.py"
"demo/pattern_rainbow_demo.py",
"demo/pattern_twinkle_demo.py",
"demo/pattern_chase_demo.py",
"demo/adc_slider_demo.py",
"demo/pin_demo.py",
"demo/serial_demo.py",
"demo/aiohttp_fetch_demo.py"
]
}