mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
feat: add docs for MDNS and REST API
This commit is contained in:
parent
a8b7acd8bf
commit
ae82ded545
@ -76,7 +76,6 @@ We allow you to store up to 3 wifi networks in memory. If you try to add more th
|
|||||||
You must follow the following format for the `power` param:
|
You must follow the following format for the `power` param:
|
||||||
|
|
||||||
Using the following enum, you pass the _number_ to the right of the `=` sign that corresponds with the power in `dBm` that you wish to use.
|
Using the following enum, you pass the _number_ to the right of the `=` sign that corresponds with the power in `dBm` that you wish to use.
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
typedef enum {
|
typedef enum {
|
||||||
WIFI_POWER_19_5dBm = 78,// 19.5dBm
|
WIFI_POWER_19_5dBm = 78,// 19.5dBm
|
||||||
@ -93,7 +92,6 @@ typedef enum {
|
|||||||
WIFI_POWER_MINUS_1dBm = -4// -1dBm
|
WIFI_POWER_MINUS_1dBm = -4// -1dBm
|
||||||
} wifi_power_t;
|
} wifi_power_t;
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
#### /setDevice
|
#### /setDevice
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user