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
Make localIP() mandatory
v_master
Volodymyr Shymanskyy
7 years ago
parent
3e63e6c275
commit
31199d8671
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/test_build/test_build.ino
+ 1
- 1
tools/test_build/test_build.ino
View File
@ -42,7 +42,7 @@ void loop() {
// Test the Networking functions
modem
.
getSignalQuality
(
)
;
modem
.
localIP
(
)
;
#
if defined(TINY_GSM_MODEM_HAS_GPRS)
modem
.
waitForNetwork
(
)
;
Write
Preview
Loading…
Cancel
Save