You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
8f082059c0
Add a info column with init information and "unique devices" and "scan" count. Use `TaskManager` that makes the UI a lot more responsive. Use better scan settings to maximize detection rate.
25 lines
780 B
JSON
25 lines
780 B
JSON
{
|
|
"name": "ScanBluetooth",
|
|
"publisher": "MicroPythonOS",
|
|
"short_description": "Scan Bluetooth",
|
|
"long_description": "Lists all nearby Bluetooth devices with some information",
|
|
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.scan_bluetooth/icons/com.micropythonos.scan_bluetooth_0.0.1_64x64.png",
|
|
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.scan_bluetooth/mpks/com.micropythonos.scan_bluetooth_0.0.1.mpk",
|
|
"fullname": "com.micropythonos.scan_bluetooth",
|
|
"version": "0.1.0",
|
|
"category": "development",
|
|
"activities": [
|
|
{
|
|
"entrypoint": "assets/scan_bluetooth.py",
|
|
"classname": "ScanBluetooth",
|
|
"intent_filters": [
|
|
{
|
|
"action": "main",
|
|
"category": "launcher"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|