JoaoLopesF / RemoteDebug

Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor
MIT License
613 stars 127 forks source link

error: 'ets_vsnprintf' was not declared in this scope, suggested alternative: 'ets_printf' but ESP32 chashes #88

Open rodri16 opened 1 year ago

rodri16 commented 1 year ago

Trying to make ESP32 work with this library I have some issues, first had to change SHA on utility\websocketsw.cpp

`#elif defined(ESP32) //#include <hwcrypto/sha.h>

include "sha/sha_parallel_engine.h"`

Then error with ets_vsnprintf, tried IDE suggestion ets_printf but ESP32 crashes