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
Hi there, I was idly trying to use ESP32Console on an ESP32-C3 board, which is RiscV rather than xtensa, so the XTSTR macro isn't available... How hard would it be to use a fallback? :)
The text was updated successfully, but these errors were encountered:
You could just simply comment this line out, and it should work.
But the macro is also pretty simple, as it just returns the value of the define constant as a string. You should be able to emulate it with something like this:
Hi there, I was idly trying to use ESP32Console on an ESP32-C3 board, which is RiscV rather than xtensa, so the
XTSTR
macro isn't available... How hard would it be to use a fallback? :)The text was updated successfully, but these errors were encountered: