mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-07 09:22:46 +02:00
fixes
This commit is contained in:
@@ -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
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user