Explorar el Código

suppress irrelevant warning/error

master
gituser hace 1 año
padre
commit
4547007f33
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Display.h

+ 2
- 2
Display.h Ver fichero

@@ -33,8 +33,8 @@
class Display {
private:
Adafruit_SSD1306 ssd1306;
U8G2_FOR_ADAFRUIT_GFX u8g2_gfx;
Adafruit_SSD1306 ssd1306; // @suppress("Abstract class cannot be instantiated")
U8G2_FOR_ADAFRUIT_GFX u8g2_gfx; // @suppress("Abstract class cannot be instantiated")
String configText;
String configOption;
ValueMode mode;

Cargando…
Cancelar
Guardar