Skip to content

Commit

Permalink
smol
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jun 11, 2024
1 parent fb0338c commit be7fb01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion developer-guide/20-User interface/03-adding-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Create a yaml file with the following fields, and place it in `/home/pioreactor/
- `y_axis_domain`: (Optional) specify a starting y-axis domain. Must be an array, like `[0.0, 0.5]`.
- `y_transformation`: (Optional) an inline JS function to transform the y data. Default is the identity function, string.

See examples of yaml files [here](https://github.com/Pioreactor/pioreactorui/tree/master/contrib/charts).
See examples of yaml files [here](https://github.com/Pioreactor/pioreactorui/tree/master/contrib/charts) and [here](https://forum.pioreactor.com/t/creating-stirring-rpm-and-pwm-duty-cycle-charts-on-the-ui/339).



Expand Down
3 changes: 2 additions & 1 deletion user-guide/30-Advanced/05-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ Previously, Raspberry Pis used a file called `wpa_supplicant.conf` to handle wif

## General networking tools

### Connecting to a wifi network using `nmcli`
The main "entry point" for networking on the Pioreactor (and Raspberry Pi's in general) is the tool `nmcli`. This controls discovering networks, connecting to them, and editing connections. For example, running `nmcli con` will diplay a list of possible networking connections, and connected ones in green.

### Connecting to a wifi network using `nmcli`

You can first discover all the visible networks with:

Expand Down

0 comments on commit be7fb01

Please sign in to comment.