Search found 1 match

by cchhsu
Fri Sep 14, 2018 6:38 am
Forum: ESP8266 boards
Topic: Connect to WIFI with specific BSSID (parsing issue)
Replies: 2
Views: 5987

Connect to WIFI with specific BSSID (parsing issue)

When I parsed the BSSID string from a.config file to nic.connect("SSID", "password", bssid=BSSID bytes variable) using the micropython version: 1.9.4, I always got the error message. (ValueError) :a.config key="305A3A51B448" code: f = open('a.config') f_read = f.read() f.close() key = bytes(f_read.s...