From d033b4a704870e27ed913d4d16ac45ed94b37b7b Mon Sep 17 00:00:00 2001 From: Kai Date: Mon, 12 Sep 2022 20:58:59 +0200 Subject: [PATCH 1/3] Make readme more clear --- tools/esp8266/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/esp8266/README.md b/tools/esp8266/README.md index f2fa10db..c2e6f570 100644 --- a/tools/esp8266/README.md +++ b/tools/esp8266/README.md @@ -26,6 +26,8 @@ This page describes how the module of a Wemos D1 mini and ESP8266 is wired to the radio module and is flashed with the latest Firmware.
Further information will help you to communicate to the compatible inverters. +You find the full [User_Manual here](https://github.com/grindylow/ahoy/blob/main/tools/esp8266/User_Manual.md) + ## Compatiblity For now the following Inverters should work out of the box: From 22b7fda09ba3d73da6e7511188d07a82c06a37b3 Mon Sep 17 00:00:00 2001 From: lumapu Date: Mon, 12 Sep 2022 21:09:08 +0200 Subject: [PATCH 2/3] Update README.md relative link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aa5839f..45066d88 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ List of approaches - [Others, C/C++](tools/nano/NRF24_SendRcv/) ## Quick Start with ESP8266 -- [Go here ✨](https://github.com/grindylow/ahoy/blob/main/tools/esp8266/README.md#things-needed) +- [Go here ✨](tools/esp8266/README.md#things-needed) ## Success Stories From 2365059f8265194215e80d7b35b0b9d66c7b20cc Mon Sep 17 00:00:00 2001 From: lumapu Date: Mon, 12 Sep 2022 21:11:17 +0200 Subject: [PATCH 3/3] Update README.md relative links in md --- tools/esp8266/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/esp8266/README.md b/tools/esp8266/README.md index c2e6f570..e2b784e8 100644 --- a/tools/esp8266/README.md +++ b/tools/esp8266/README.md @@ -26,7 +26,7 @@ This page describes how the module of a Wemos D1 mini and ESP8266 is wired to the radio module and is flashed with the latest Firmware.
Further information will help you to communicate to the compatible inverters. -You find the full [User_Manual here](https://github.com/grindylow/ahoy/blob/main/tools/esp8266/User_Manual.md) +You find the full [User_Manual here](tools/esp8266/User_Manual.md) ## Compatiblity For now the following Inverters should work out of the box: @@ -58,7 +58,7 @@ Any other ESP8266 Board with at least 4MBytes of ROM could work as well, dependi #### There are fake NRF24L01+ Modules out there Whatch out, there are some fake NRF24L01+ Modules out there that seem to use rebranded NRF24L01 Chips (without the +).
-An example can be found in [Issue #230](https://github.com/grindylow/ahoy/issues/230).
+An example can be found in [Issue #230](https://github.com/lumapu/ahoy/issues/230).
You are welcome to add more examples of faked chips. We will that information here.
## Wiring things up @@ -201,7 +201,7 @@ When everything is wired up and the firmware is flashed, it is time to connect t ## MQTT command to set the DTU without webinterface - [Read here](https://github.com/grindylow/ahoy/blob/main/tools/esp8266/User_Manual.md) + [Read here](tools/esp8266/User_Manual.md) @@ -226,4 +226,4 @@ https://discord.gg/WzhxEY62mB ## ToDo -[See this post](https://github.com/grindylow/ahoy/issues/142) +[See this post](https://github.com/lumapu/ahoy/issues/142)