Compare commits

..

No commits in common. "main" and "T-KeyboardV1.0.0" have entirely different histories.

7 changed files with 19 additions and 70292 deletions

5
.gitignore vendored
View File

@ -1,2 +1,5 @@
.pio
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch

10
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}

View File

@ -1 +0,0 @@

File diff suppressed because it is too large Load Diff

View File

@ -168,10 +168,6 @@ void setup()
}
}
TFT_099.DispColor(0, 0, TFT_WIDTH, TFT_HEIGHT, BLACK);
TFT_099.DispStr("version 1.0.0", 0, 2, WHITE, BLACK);
delay(3000);
TFT_099.DispColor(0, 0, TFT_WIDTH, TFT_HEIGHT, BLACK);
TFT_099.DispStr("Wait bluetooth ......", 0, 2, WHITE, BLACK);
}

View File

@ -10,10 +10,14 @@
[platformio]
default_envs = BLE_keybord
globallib_dir = lib
src_dir = example/${platformio.default_envs}
[env:BLE_keybord]
[env:T-Keyboard]
platform = espressif32
board = ttgo-t-oi-plus
framework = arduino
board_build.flash_mode = dio
[env:BLE_keybord]