This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add extra lines
v_master
Volodymyr Shymanskyy
7 years ago
parent
685061b9ae
commit
a457460e94
8 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/BlynkClient/BlynkClient.ino
+1
-0
examples/FileDownload/FileDownload.ino
+1
-0
examples/MqttClient/MqttClient.ino
+1
-0
examples/WebClient/WebClient.ino
+1
-0
tools/AT_Debug/AT_Debug.ino
+1
-0
tools/Diagnostics/Diagnostics.ino
+1
-0
tools/FactoryReset/FactoryReset.ino
+1
-0
tools/test_build/test_build.ino
+ 1
- 0
examples/BlynkClient/BlynkClient.ino
View File
@ -89,3 +89,4 @@ void loop()
{
{
Blynk
.
run
(
)
;
Blynk
.
run
(
)
;
}
}
+ 1
- 0
examples/FileDownload/FileDownload.ino
View File
@ -194,3 +194,4 @@ void loop() {
delay
(
1000
)
;
delay
(
1000
)
;
}
}
}
}
+ 1
- 0
examples/MqttClient/MqttClient.ino
View File
@ -153,3 +153,4 @@ void mqttCallback(char* topic, byte* payload, unsigned int len) {
mqtt
.
publish
(
topicLedStatus
,
ledStatus
?
"
1
"
:
"
0
"
)
;
mqtt
.
publish
(
topicLedStatus
,
ledStatus
?
"
1
"
:
"
0
"
)
;
}
}
}
}
+ 1
- 0
examples/WebClient/WebClient.ino
View File
@ -116,3 +116,4 @@ void loop() {
delay
(
1000
)
;
delay
(
1000
)
;
}
}
}
}
+ 1
- 0
tools/AT_Debug/AT_Debug.ino
View File
@ -79,3 +79,4 @@ void loop() {
delay
(
0
)
;
delay
(
0
)
;
}
}
}
}
+ 1
- 0
tools/Diagnostics/Diagnostics.ino
View File
@ -155,3 +155,4 @@ void loop() {
delay
(
1000
)
;
delay
(
1000
)
;
}
}
}
}
+ 1
- 0
tools/FactoryReset/FactoryReset.ino
View File
@ -65,3 +65,4 @@ void setup() {
void
loop
(
)
{
void
loop
(
)
{
}
}
+ 1
- 0
tools/test_build/test_build.ino
View File
@ -71,3 +71,4 @@ void loop() {
modem
.
networkDisconnect
(
)
;
modem
.
networkDisconnect
(
)
;
#
endif
#
endif
}
}
Write
Preview
Loading…
Cancel
Save