meshtastic/docs/software/js/connecting.md
linagee f2e22d63c9
Typos, spelling, and grammar corrected ()
Thanks to aspell and languagetool. Hand picked from these, there are too
many strange things in the English language to be perfectly syntactical.
2021-12-27 12:39:42 -07:00

280 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} />;