fix: fix docsfor firmware config

- add workspace
This commit is contained in:
ZanzyTHEbar 2023-01-31 10:44:53 +00:00
parent bce2359568
commit a74111e9e9
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "./vitepress"
}
],
"settings": {}
}

View File

@ -11,7 +11,7 @@ import { alerts } from '../../static/alerts'
<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"/>

View File

@ -18,7 +18,7 @@ For basic `GET` requests, you can use your browser of choice.
The REST API follows the following standard:
```
```txt
http://{device_name}.local:81/control/command/{endpoint}?{param}={value}&{param}={value}
```