This website works better with JavaScript.
Home
Explore
Help
Sign In
GPS
/
gpstracker-firmware
mirror of
https://github.com/blemasle/gpstracker-firmware.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Switched constant APN to Vodafone as its the only one that currently runs a 2G network in NZ
tags/v1.2.0
Bertrand Lemasle
7 years ago
parent
61195dc635
commit
7d64cb83d2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
GpsTracker/Config.cpp
+ 1
- 1
GpsTracker/Config.cpp
View File
@@ -46,7 +46,7 @@ namespace config {
VERSION,
0xFFFF,
0xFFFF,
"
2degrees Internet
" //TODO : read from SD
"
Vodafone
" //TODO : read from SD
};
value = config;
Write
Preview
Loading…
Cancel
Save