Closed mltongca closed 6 years ago
the ESP32 has no os_printf
function you can change the line here:
https://github.com/Links2004/arduinoVNC/blob/master/src/VNC_config.h#L70
too:
#define DEBUG_VNC(...) Serial.printf( __VA_ARGS__ )
and if all is running you can remove the line to disable the Debugging. I have never testet if it runs on a ESP32 but if it does the frame rate will sure be better then on the ESP8266 :)
The source code does compile for ESP8266 successfully. When compiling for ESP32, the following error messages are shown. Please advise for any resolution. Thanks.
Arduino: 1.8.5 (Windows 10), Board: "MH ET LIVE ESP32DevKIT, 80MHz, 921600"