Compare commits
No commits in common. "main" and "T-KeyboardV1.0.0" have entirely different histories.
main
...
T-Keyboard
|
|
@ -1,2 +1,5 @@
|
|||
.pio
|
||||
.vscode
|
||||
.vscode/.browse.c_cpp.db*
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/launch.json
|
||||
.vscode/ipch
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
70285
3D_file/T-Keyboard.stp
70285
3D_file/T-Keyboard.stp
File diff suppressed because it is too large
Load Diff
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -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]
|
||||
Loading…
Reference in New Issue