Fix links and NOTICE files (#9860)
* Updates links to target the openhab-addons 'main' branch instead of the 'master' branch * Updates some NOTICE files to indicate content is maintained by openHAB instead of Eclipse SmartHome Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -62,7 +62,7 @@ An Arduino-based solution has been tested with Arduino uno + RS485 and Ethernet
|
||||
The [ProDiNo](https://www.kmpelectronics.eu/en-us/products/prodinoethernet.aspx) NetBoards are also supported.
|
||||
A ProDiNo has an Ethernet and RS-485 port on the board.
|
||||
|
||||
Arduino code is available [here](https://github.com/openhab/openhab-addons/tree/master/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/Arduino/NibeGW).
|
||||
Arduino code is available [here](https://github.com/openhab/openhab-addons/tree/main/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/Arduino/NibeGW).
|
||||
|
||||
Arduino code can be build via Arduino IDE.
|
||||
For more details see [www.arduino.cc](https://www.arduino.cc/en/Main/Software).
|
||||
@@ -70,7 +70,7 @@ NibeGW configuration (such IP addresses, ports, etc) can be adapted directly by
|
||||
|
||||
### Raspberry Pi (or other Linux/Unix based boards)
|
||||
|
||||
C code is available [here](https://github.com/openhab/openhab-addons/tree/master/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/RasPi).
|
||||
C code is available [here](https://github.com/openhab/openhab-addons/tree/main/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/RasPi).
|
||||
|
||||
To build the C code use:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user