mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 21:07:21 +00:00

* Return network status * lvgl v8 preparations * Fix pin assignment * Improve idle checking * Add bcklpin 32 * Update upload_port * Comment on seperate line * Update test.yaml * Copy boot partitions * Add release workflow * Update README.md * Small changes * Add docs * Delete 17-javascript.md * Update docs * Rename haspWakeUp to guiWakeUp * Code cleanup * Rename haspWakeUp to guiWakeUp * Code cleanup * Change to lvgl#dev-v8 * Update check_obj_type * Enable default PULLUP * Bump StreamUtils Version * Increase JsonDocument size * Improve GPIO Settings * Comment default ports * Add more GPIOs configs * Gpio improvements * Use saved_page in hasp_new_object Co-authored-by: fvanroie
25 lines
379 B
Plaintext
25 lines
379 B
Plaintext
## OS specific ########
|
|
.DS_Store
|
|
|
|
## Project files ######
|
|
.git
|
|
.pio
|
|
data/*
|
|
src/user_setups/active/*
|
|
src/user_config_override.h
|
|
platformio_override.ini
|
|
user_setups/active/*
|
|
build_output/*
|
|
build_output/firmware/*.bin
|
|
|
|
## Test result files
|
|
*.xml
|
|
*.bin
|
|
|
|
## Visual Studio Code specific ######
|
|
.vscode
|
|
.vscode/.browse.c_cpp.db*
|
|
.vscode/c_cpp_properties.json
|
|
.vscode/launch.json
|
|
*.bak
|