mirror of https://github.com/lumapu/ahoy.git
lumapu
2 years ago
46 changed files with 47 additions and 66 deletions
@ -1,24 +1,13 @@ |
|||||
CMakeLists.txt.user |
.pio |
||||
CMakeCache.txt |
.vscode/.browse.c_cpp.db* |
||||
CMakeFiles |
.vscode/c_cpp_properties.json |
||||
CMakeScripts |
.vscode/launch.json |
||||
Testing |
.vscode/ipch |
||||
Makefile |
.vscode/extensions.json |
||||
cmake_install.cmake |
src/config/config_override.h |
||||
install_manifest.txt |
src/html/h/* |
||||
compile_commands.json |
|
||||
CTestTestfile.cmake |
|
||||
_deps |
|
||||
build |
|
||||
tools/esp8266/tmp |
|
||||
tools/esp8266/binaries |
|
||||
/**/Debug |
/**/Debug |
||||
/**/v16/* |
/**/v16/* |
||||
*.db |
*.db |
||||
*.suo |
*.suo |
||||
*.ipch |
*.ipch |
||||
tools/esp8266/.vscode/extensions.json |
|
||||
.DS_Store |
|
||||
.vscode |
|
||||
tools/esp8266/platformio-device-monitor-*.log |
|
||||
tools/esp8266/html/h/* |
|
@ -1,7 +1,7 @@ |
|||||
# User Manual Ahoy DTU (on ESP8266) |
# User Manual Ahoy DTU (on ESP8266) |
||||
Version #{VERSION}# |
Version #{VERSION}# |
||||
## Introduction |
## Introduction |
||||
See the repository [README.md](README.md) |
See the repository [README.md](Getting_Started.md) |
||||
|
|
||||
## Setup |
## Setup |
||||
Assuming you have a running ahoy-dtu and you can access the setup page. |
Assuming you have a running ahoy-dtu and you can access the setup page. |
After Width: | Height: | Size: 22 KiB |
@ -1,6 +0,0 @@ |
|||||
.pio |
|
||||
.vscode/.browse.c_cpp.db* |
|
||||
.vscode/c_cpp_properties.json |
|
||||
.vscode/launch.json |
|
||||
.vscode/ipch |
|
||||
config_override.h |
|
Loading…
Reference in new issue