meshtastic/website/docs/software/js/connecting.md
2021-04-12 11:29:30 +10:00

279 B

id title sidebar_label
connecting Connecting to a device Connecting

Currently Two connection methods are supported, HTTP and BLE.

HTTP

BLE

//connection method
//connection button
const a = <connectButton method={someMethod} />;