Added time display and set via ble

whole thing crashes when ble is doing something while epd updates, needs to be fixed!
This commit is contained in:
atc1441
2021-12-05 22:31:07 +01:00
parent 1a8ad83fe9
commit bc329e3412
8 changed files with 234 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
TEL_CHIP := -DCHIP_TYPE=CHIP_TYPE_8258
ifeq ($(OS), Windows_NT)
TC32_COMPILER_PATH := tc32_windows/bin/
TC32_COMPILER_PATH := tc32_windows\\bin\\
WINDOWS_PREFIX :=$(TC32_COMPILER_PATH)
LINUX_CHMOD :=
else