Rename project to tactility (#7)

* wifi wip

* renamed project to Tactility

* renamed code files and defines

* changed prefixes to tt_

* removed wifi wip code
This commit is contained in:
Ken Van Hoeylandt
2024-01-06 12:24:38 +01:00
committed by GitHub
parent b0ffa04d78
commit 28bd80c1f1
64 changed files with 92 additions and 89 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
# Kconfig file for NanoBake example app
menu "NanoBake App"
# Kconfig file for Tactility example app
menu "Tactility App"
choice
prompt "Board"
default NB_BOARD_CUSTOM
default TT_BOARD_CUSTOM
config NB_BOARD_CUSTOM
config TT_BOARD_CUSTOM
bool "Custom"
config NB_BOARD_YELLOW_BOARD_24_CAP
config TT_BOARD_YELLOW_BOARD_24_CAP
bool "Yellow Board (2.4\" capacitive)"
config NB_BOARD_LILYGO_TDECK
config TT_BOARD_LILYGO_TDECK
bool "LilyGo T-Deck"
endchoice
endmenu