Skip to content

Commit 9085315

Browse files
comments updated.
1 parent 6893101 commit 9085315

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example/esptouch_v2.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void main() async {
2121
try {
2222
await provisioner.start(ProvisioningRequest.fromStrings(
2323
ssid: "Renault 1.9D",
24-
bssid: "f8:d1:11:bf:28:5c", // optional
24+
bssid: "f8:d1:11:bf:28:5c", // required for EspTouchV2
2525
password: "renault19",
2626
reservedData: "Hello from Dart",
2727
));

example/esptouch_v2_encryption.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void main() async {
2121
try {
2222
await provisioner.start(ProvisioningRequest.fromStrings(
2323
ssid: "Renault 1.9D",
24-
bssid: "f8:d1:11:bf:28:5c", // optional
24+
bssid: "f8:d1:11:bf:28:5c", // reqired for EspTouchV2
2525
password: "renault19",
2626
encryptionKey: "MySecretKey!6754",
2727
));

0 commit comments

Comments
 (0)