meshtastic/docs/software/js/connecting.md

21 lines
280 B
Markdown
Raw Normal View History

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