Skip to content

Commit df21ad8

Browse files
committed
Rename image to python-wifi-connect
1 parent e9d022f commit df21ad8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
REGISTRY: ghcr.io
12-
IMAGE_NAME: balena-labs-research/py-wifi-connect
12+
IMAGE_NAME: balena-labs-research/python-wifi-connect
1313

1414
jobs:
1515
build-and-push-image:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Check whether your device is connected to a Wi-Fi hotspot and whether there is i
110110

111111
Disconnect from an access point and forget the connection so it will not automatically reconnect on next launch of your device.
112112

113-
When passing `"all_networks": false` this endpoint will only touch Wi-Fi connections set up using this app. If you pass `"all_networks": true` it will remove all Wi-Fi connections from the device. This is useful if you have set up a Wi-Fi connection with another app and need to clear out connections to allow Py-WiFi-Connect to manage connections.
113+
When passing `"all_networks": false` this endpoint will only touch Wi-Fi connections set up using this app. If you pass `"all_networks": true` it will remove all Wi-Fi connections from the device. This is useful if you have set up a Wi-Fi connection with another app and need to clear out connections to allow Python-WiFi-Connect to manage connections.
114114

115115
#### POST
116116

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "2.1"
22

33
services:
4-
py-wifi-connect:
4+
python-wifi-connect:
55
environment:
66
## Listening IP and port ##
77
PWC_HOST: "0.0.0.0"

0 commit comments

Comments
 (0)