Change URL in docs
This commit is contained in:
parent
20d681cc29
commit
002cc3aa02
2 changed files with 2 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ From the Raspberry Pi itself the application is available at:
|
||||||
|
|
||||||
When used as an access point the application is available at:
|
When used as an access point the application is available at:
|
||||||
|
|
||||||
`http://cosmicpi.local/` or `http://10.0.0.1/`
|
`http://cosmicpi.local/` or `http://192.168.10.1/`
|
||||||
|
|
||||||
#### Debugging the software:
|
#### Debugging the software:
|
||||||
Stop all mentioned services. After this you should be able to run the software directly via the commandline.
|
Stop all mentioned services. After this you should be able to run the software directly via the commandline.
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,4 @@ network={
|
||||||
'message': 'Great! Your are not connected to %s and you can access to ' \
|
'message': 'Great! Your are not connected to %s and you can access to ' \
|
||||||
'this web panel on http://%s/' % (ssid, new_ip),
|
'this web panel on http://%s/' % (ssid, new_ip),
|
||||||
}
|
}
|
||||||
return {
|
return { 'message': 'Something went wrong, unable to connect :(' }
|
||||||
'message': 'Something went wrong, unable to connect :(',
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue