mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
fix: fix docsfor firmware config
- add workspace
This commit is contained in:
parent
bce2359568
commit
a74111e9e9
8
EyeTrackVR-Docs.code-workspace
Normal file
8
EyeTrackVR-Docs.code-workspace
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "./vitepress"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
||||||
@ -11,7 +11,7 @@ import { alerts } from '../../static/alerts'
|
|||||||
|
|
||||||
<ImageCard :options="image_settings.configure_firmware_one"/>
|
<ImageCard :options="image_settings.configure_firmware_one"/>
|
||||||
|
|
||||||
## Open the `platformio.ini` file
|
## Open the `ini/user_config.ini` file
|
||||||
|
|
||||||
<ImageCard :options="image_settings.configure_firmware_two"/>
|
<ImageCard :options="image_settings.configure_firmware_two"/>
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@ For basic `GET` requests, you can use your browser of choice.
|
|||||||
|
|
||||||
The REST API follows the following standard:
|
The REST API follows the following standard:
|
||||||
|
|
||||||
```
|
```txt
|
||||||
http://{device_name}.local:81/control/command/{endpoint}?{param}={value}&{param}={value}
|
http://{device_name}.local:81/control/command/{endpoint}?{param}={value}&{param}={value}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user