Search found 2 matches

by debrucer
Sun May 06, 2018 5:08 am
Forum: General Discussion
Topic: Problems with ESP NOW connection
Replies: 1
Views: 5598

Re: Problems with ESP NOW connection

E (392115) wifi: esp_wifi_scan_start 967 wifi not start Same problem, Same example code being used. The error occurs on the following line: if ( 6 == sscanf(BSSIDstr.c_str(), "%x:%x:%x:%x:%x:%x%c", &mac[0], &mac[1], &mac[2], &mac[3], &mac[4], &mac[5] ) ) { That "%c" is the offender. Delete it and re...
by debrucer
Mon Apr 30, 2018 3:23 am
Forum: ESP-IDF
Topic: Is anyone using MS Hyper-V and these tools?
Replies: 0
Views: 2443

Is anyone using MS Hyper-V and these tools?

I am using Windows 10 and trying to install my ESP tools in a Hyper-V instance also running Windows 10 and I get the following error in response to my "make flash" command: could not open port {!r}: {!r}".format(self.portstr, ctypes.WinError())) serial.serialutil.SerialException: could not open port...