Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
eue
Commits
63228a5b
Commit
63228a5b
authored
May 17, 2021
by
KangMin An
Browse files
Update : 아두이노 사용자 데이터 수집기 사용하지 않는 변수 삭제.
parent
32bf5cbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
arduino/code/main_inside/main_inside.ino
View file @
63228a5b
...
...
@@ -85,12 +85,6 @@ void loop() {
// 지역 코드
String
locCode
=
"3743011"
;
// 사용자 장소의 위도(Latitude), 경도(Longitude)
float
lati
=
37.241706
;
String
str_lati
=
String
(
lati
,
6
);
float
lng
=
131.864889
;
String
str_lng
=
String
(
lng
,
6
);
// DHT11 모듈의 측정 event
sensors_event_t
event
;
...
...
@@ -111,8 +105,6 @@ void loop() {
input
+=
"type="
+
type_
;
input
+=
"&id="
+
ID
;
input
+=
"&locCode"
+
locCode
;
input
+=
"&lat="
+
str_lati
;
input
+=
"&lng="
+
str_lng
;
input
+=
"&temp="
+
str_Temp
;
input
+=
"&humi="
+
str_Humi
;
input
+=
"&lights="
+
str_Lights
;
...
...
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