You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not tested under mac. Normally, you should need to detected by pulseview if you correct baud rate for the device. Working O.K. under Linux. Will test on mac.
Hi, using latest code, there are no USE_SERIAL2_FOR OLS.... but just DEBUG_MODE
Debug mode use serial 2...
I think, only you should do that use latest close and remove #define DEBUG_MODE or change it to _DEBUG_MODE_x on header file definition... Unfortunately, I leave code in debug mode :) After that, ESP32 will be detected on Mac PulseView...
I've compiled this and installed it on the ESP32, but i can't connect to it in pulseview at all, the scan just doesn't see the board.
I've tried adding #define USE_SERIAL2_FOR_OLS 0 and #USE_SERIAL2_FOR_OLS 1 but neither of those make a difference. I'm using pulseview on a mac.
Am i missing something here?
The text was updated successfully, but these errors were encountered: