Steve Marchant
Steve Marchant
I'm getting a whole bunch of compile-time warnings & errors in Arduino ISE2.2.1 with ESP core lib v2.0.14: ``` :\Users\Steve\Documents\Arduino\esp32-cam-webserver\app_httpd.cpp: In function 'void serialDump()': C:\Users\Steve\Documents\Arduino\esp32-cam-webserver\app_httpd.cpp:151:19: error: format '%i' expects argument...
I'm getting an "I2S_DAC_CHANNEL_LEFT_EN undefined" error when comiling this example sketch. I tried #defining this to 2 (found a reference to it in a legacy h file) and now the...
I'm a complete newbee to CYD - thanks so much for your brilliant intro into using this kit. Trying the Hello World example I was getting TOUCH_CS undefined warnings, and...