mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 06:59:45 -08:00
f2e22d63c9
Thanks to aspell and languagetool. Hand picked from these, there are too many strange things in the English language to be perfectly syntactical.
21 lines
280 B
Markdown
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} />;
|
|
```
|