Debug hexdump stops working nicely #862
Closed
StevenCellist
started this conversation in
General
Replies: 1 comment 1 reply
-
The hexdump method is based on ESP8266 implementation of printf(): https://github.com/esp8266/Arduino/blob/65579d29081cb8501e4d7f786747bf12e7b37da2/cores/esp8266/Print.cpp#L50, so maybe this is a known issue in the ESP8266 Arduino world. I haven't encountered this problem yet, though I usually use hexdump for short-term debugging, so if there is something dependent on long runtime (e.g. small memory leak), I wouldn't have noticed it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Kind of an issue but actually not at all...
After a whole bunch of uplinks with debug mode enabled, my hexdump all of a sudden isn't showing utf-8 translation anymore. At one point, it switched to @ and stayed at that. Here's the break point:
No clue how to reproduce (probably significant uptime and output), but thought I'd mention it for the sake of it.. who knows
Beta Was this translation helpful? Give feedback.
All reactions