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
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino: In function 'void draw()':
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:75:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print("hello!");
^
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:76:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print(" free memory: ");
^
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:78:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print("\nrendered frame: ");
^
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:81:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print("\n in hex: ");
^
The text was updated successfully, but these errors were encountered:
wallarh
changed the title
I2S_COMM_FORMAT_I2S_MSB is deprecated
ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
Nov 24, 2021
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino: In function 'void draw()':
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:75:26: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print("hello!");
^
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:76:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print(" free memory: ");
^
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:78:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print("\nrendered frame: ");
^
D:_ARDUINO\LIB\ESP32CompositeVideo-master\CompositeVideoSimple\CompositeVideoSimple.ino:81:38: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
graphics.print("\n in hex: ");
^
The text was updated successfully, but these errors were encountered: