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

21 lines
280 B
Markdown

---
id: connecting
title: Connecting to a device
sidebar_label: Connecting
---
Currently, two connection methods are supported, HTTP and BLE.
## HTTP
## BLE
```typescript
//connection method
```
```tsx
//connection button
const a = <connectButton method={someMethod} />;
```