changed repository name.

This commit is contained in:
Martin Preuss
2026-03-28 21:55:43 +01:00
parent 612013f400
commit 4b7c33f43e
4 changed files with 13 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ To compile the project the following software needs to be installed:
## Overview
See https://gitea.aqbanking.de/martin/aqhome/wiki for more information (in German).
See https://gitea.aqbanking.de/martin/aqhcs/wiki for more information (in German).
The Aquamaniac Home automation/control system consists of multiple parts:
- nodes
@@ -35,9 +35,9 @@ The Aquamaniac Home automation/control system consists of multiple parts:
- AtTiny841
- AtMega644
- examples:
- [N28](https://gitea.aqbanking.de/martin/aqhome/src/branch/master/doc/mcu-examples/n28/)
- [N29](https://gitea.aqbanking.de/martin/aqhome/src/branch/master/doc/mcu-examples/n29/)
- [N30](https://gitea.aqbanking.de/martin/aqhome/src/branch/master/doc/mcu-examples/n30/)
- [N28](https://gitea.aqbanking.de/martin/aqhcs/src/branch/master/doc/mcu-examples/n28/)
- [N29](https://gitea.aqbanking.de/martin/aqhcs/src/branch/master/doc/mcu-examples/n29/)
- [N30](https://gitea.aqbanking.de/martin/aqhcs/src/branch/master/doc/mcu-examples/n30/)
- decentralized, nodes just broadcast measured data over a two-wire
communication network (clock/data), addresses are auto-assigned, no prior
setup necessary, no central bottleneck or single point of failure