Files and Organization¶
Keep your local script layout close to the radio SD card layout. That makes it easier to copy files, test changes, and understand where a script belongs.
Organize code so that:
- entry scripts stay small
- reusable helper code lives in separate modules
- assets such as bitmaps stay near the script that uses them
Small, predictable folder layouts are easier to maintain than deep custom structures.