Files
nuki_hub/.gitignore
Jan-Ole Schümann 2f960a8372 Add serial interface for initial configuratio (#664)
* add SerialReader

* fix SerialReader

* add config upload script

* add serial command to print ip address

* update serial script to save configuration and reset after upload

* fix updater

* fix updater

* serial config fixes

* serial config fixes

* fix wifi static example configuration

* add readme for sendcfg.py
2025-04-19 12:17:03 +07:00

33 lines
446 B
Plaintext

.dummy
.idea
scripts/.idea
build
debug
release
cmake-build-debug
cmake-build-release
cmake-build-release-s3
bin/*
ota/*.bin
webflash/*.bin
.pio
.vscode
.project
managed_components
dependencies.lock
sdkconfig.esp32*
sdkconfig.updater_esp32*
updater/src/*.cpp
updater/src/*.h
updater/src/networkDevices/*.cpp
updater/src/networkDevices/*.h
# Python venv
/pyvenv.cfg
/lib64
/lib/python3*
sdkconfig
# NodeJS en pnpm
.pnpm
node_modules
pnpm-lock.yaml