From 1991471f39fe8338a651b8dc202035741eae676a Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Wed, 27 Oct 2021 22:30:40 +0200 Subject: [PATCH] Updated Documentation Signed-off-by: Stephan Wendel --- README.md | 17 +++++++++++++++-- custompios/README.md | 8 +++++++- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a60491b..aeef074 100644 --- a/README.md +++ b/README.md @@ -196,5 +196,18 @@ As a pointer in the right direction: If you use custom_flags, we try to help you out but it is really a feature for Advanced Users and your a kind of on your own. -So, with all that said, get your position seaman! Prepare to get wet feets on your Journey.\ -ARRRR yooo rrready to sail? +--- +## CustomPIOS Module + +I have decided to provide an [CustomPiOS Module](https://github.com/guysoft/CustomPiOS) to make it easier to integrate to other Distributions like MainsailOS or similar. +Please see [README.md](./custompios/README.md) in the module folder for\ +further Informations. + + +--- + +![Mainsail Logo](https://raw.githubusercontent.com/meteyou/mainsail/master/docs/assets/img/logo.png) + +**So, with all that said, get your position seaman! Prepare to get wet feets on your Journey.** + +## ARRRR yooo rrready to sail? diff --git a/custompios/README.md b/custompios/README.md index c59ad76..07b4aae 100644 --- a/custompios/README.md +++ b/custompios/README.md @@ -5,6 +5,12 @@ A multiple Cam and Stream Service for mainsailOS The folder 'crowsnest' is made to add to your existing CustomPIOS Structure. +If you are not already familiar with this, copy 'crowsnest' folder to + + /src/modules + +## Configuration + Please take a closer look to the 'config' File and set it up to your specific needs. This is pretty much self explantory. @@ -29,7 +35,7 @@ _Please take note, that moonraker.conf has to be in your CROWSNEST_DEFAULT_CONF_ Finally add crowsnest to your config! As example: - export MODULES="base(network,(klipper,moonraker,mainsail,crowsnest))" + export MODULES="base(network,raspicam(klipper,moonraker,mainsail,crowsnest))" Make sure it is barely the last one, because it mangles cmake quiet often unfortunatly.\