소스 검색

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…
취소
저장