-
Notifications
You must be signed in to change notification settings - Fork 2
(feat): add hydreon rg15 rainsensor #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
694305d
added rainsensor to tpl
6dd40b7
added rainsensor to normal tpl
ecce4b3
Added rg 15 arduino library to dockerfile
Thiemann96 277c301
Update Dockerfile
Thiemann96 0bd95ed
fixed typo in template
Thiemann96 28ca91c
another typo
Thiemann96 2b2f4b4
added rg15 to ethernet and lora
Thiemann96 cab168c
Merge branch 'main' into add/rainsensor
BjoernLuig 2e54b14
work in progress commit before vocation
BjoernLuig 80e1255
add compiler debug message, remove duplicate feintaub templates, fina…
BjoernLuig 0f361f6
fixed sensor id variable names , page numbering and a few brand speci…
BjoernLuig 6bc72e7
add comment to docker file
BjoernLuig 706341a
remove comments
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/inst | |
|
|
||
| RUN arduino-cli config init | ||
|
|
||
| # aloow unsafe sources (zip, git) | ||
| # allow unsafe sources (zip, git) | ||
| RUN arduino-cli config set library.enable_unsafe_install true | ||
|
|
||
| # update arduino-cli | ||
|
|
@@ -29,14 +29,20 @@ RUN arduino-cli lib install --zip-path HDC100X.zip | |
| RUN arduino-cli lib install --zip-path Makerblog_TSL45315.zip | ||
| RUN arduino-cli lib install --zip-path VEML6070.zip | ||
| RUN arduino-cli lib install --zip-path LTR329.zip | ||
| RUN arduino-cli lib install --zip-path sps30.zip | ||
| RUN arduino-cli lib install --git-url https://github.com/sensebox/SDS011-select-serial | ||
|
|
||
| # install arduino stuff for senseBox V2 | ||
| RUN arduino-cli core install arduino:[email protected] | ||
| RUN curl -o /root/.arduino15/package_sensebox_index.json https://raw.githubusercontent.com/sensebox/senseBoxMCU-core/master/package_sensebox_index.json | ||
| RUN arduino-cli --additional-urls https://raw.githubusercontent.com/sensebox/senseBoxMCU-core/master/package_sensebox_index.json core install sensebox:samd | ||
|
|
||
|
|
||
| # RUN arduino-cli lib install --zip-path sps30.zip // SPS30 is not an official part of sensebox home yet | ||
|
|
||
| # TODO: the following lines can be removed, as soon as they were added into the sensebox samd package | ||
| RUN arduino-cli lib install RG15-Arduino | ||
| RUN arduino-cli lib install SolarChargerSB041 | ||
|
|
||
| WORKDIR /app | ||
|
|
||
| COPY package.json /app | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.