瀏覽代碼

suppress irrelevant warning/error

master
gituser 1 年之前
父節點
當前提交
4547007f33
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Display.h

+ 2
- 2
Display.h 查看文件

@@ -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;

Loading…
取消
儲存