This commit is contained in:
Egor Shitikov
2024-08-21 15:19:32 -07:00
parent 9e4d71bc1c
commit a094a15260
3 changed files with 21 additions and 31 deletions
+1 -4
View File
@@ -1,7 +1,4 @@
#ifndef _BT_WIFI_SCAN_H_
#define _BT_WIFI_SCAN_H_
#pragma once
extern void scanWiFiWithOSDOut();
extern void scanBTWithOSDOut();
#endif
+1 -4
View File
@@ -1,6 +1,5 @@
#ifndef __UI_H__
#define __UI_H__
#pragma once
#include "OLEDDisplayUi.h"
#include "SSD1306Wire.h"
@@ -35,5 +34,3 @@ extern void UI_displayDecorate(int, int, bool);
extern void UI_setLedFlag(bool);
extern void UI_clearPlotter(void);
extern void UI_drawCursor(int16_t);
#endif // __UI_H__