Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EMM
meteorolog
Commits
b4b719a9
Commit
b4b719a9
authored
Jul 06, 2015
by
Nelso Jost
Browse files
FIX: default is NOT to include RTC
parent
fc4b6332
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b4b719a9
...
...
@@ -65,10 +65,8 @@ uninstall: undeploy clean-venv clean-ino
firmware
:
bu
apt-install
:
@
if
[
!
-d
"
${VENV}
"
]
;
then
\
chmod
+x scripts/apt-install.sh
\
./scripts/apt-install.sh
;
\
fi
chmod
+x scripts/apt-install.sh
./scripts/apt-install.sh
ano-install
:
chmod
+x scripts/ano-install.sh
...
...
settings.yaml
View file @
b4b719a9
...
...
@@ -9,7 +9,6 @@ LOGGER:
# to ignore one, comment it out by putting # in the beginning of the line
#
SENSORS
:
-
RTC_DS1307
-
DHT22_TEMP
-
DHT22_AH
-
BMP085_PRESSURE
...
...
@@ -22,7 +21,7 @@ LOGGER:
# set false to use the system time or the RTC sensor name to use instead
# if the reading is invalid somehow, the system's time will be used instead
#
USE_RTC_DATETIME
:
RTC_DS1307
USE_RTC_DATETIME
:
none
# expected format of the time stamp returned by the RTC reading
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment