1 parent 6893101 commit 9085315Copy full SHA for 9085315
2 files changed
example/esptouch_v2.dart
@@ -21,7 +21,7 @@ void main() async {
21
try {
22
await provisioner.start(ProvisioningRequest.fromStrings(
23
ssid: "Renault 1.9D",
24
- bssid: "f8:d1:11:bf:28:5c", // optional
+ bssid: "f8:d1:11:bf:28:5c", // required for EspTouchV2
25
password: "renault19",
26
reservedData: "Hello from Dart",
27
));
example/esptouch_v2_encryption.dart
+ bssid: "f8:d1:11:bf:28:5c", // reqired for EspTouchV2
encryptionKey: "MySecretKey!6754",
0 commit comments