Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
takeyamayuki committed Sep 17, 2022
2 parents 00098af + a6bca75 commit 9eacf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ or similer.
const char *ssid_def[] = {"ssid1", "ssid2"};
const char *ssid_pass[] = {"pass1", "pass2"};
```
1. If more than one RESTuino is to be installed, `host_name`(lin 29) must be changed.
1. If more than one RESTuino is to be installed, change `host_name`([here](https://github.com/takeyamayuki/RESTuino/blob/main/src/restuino_func.cpp#L4)).
```sh
$ vi src/main.cpp
```
Expand Down

0 comments on commit 9eacf62

Please sign in to comment.