Skip to content

Commit 4ee9dfb

Browse files
committed
Make remote protocol parser transport-independent
1 parent a4e6773 commit 4ee9dfb

File tree

8 files changed

+113
-103
lines changed

8 files changed

+113
-103
lines changed

ats-mini/Common.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,5 @@ int8_t getBleStatus();
217217
#define REMOTE_CLICK 2
218218
#define REMOTE_PREFS 4
219219
#define REMOTE_DIRECTION 8
220-
void remoteTickTime();
221-
int remoteDoCommand(char key);
222-
char readSerialChar();
223220

224221
#endif // COMMON_H

ats-mini/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OPTIONS = \
2323

2424
HEADERS = \
2525
Common.h Themes.h Menu.h Storage.h tft_setup.h Rotary.h \
26-
Utils.h Button.h EIBI.h Ble.h SI4735-fixed.h patch_init.h
26+
Utils.h Button.h EIBI.h Remote.h Ble.h SI4735-fixed.h patch_init.h
2727

2828
SRC = \
2929
$(INO) Utils.cpp Rotary.cpp Button.cpp Draw.cpp Menu.cpp \

0 commit comments

Comments
 (0)