From 7d64cb83d2353280e7d2a659c117d8bba9ed0afa Mon Sep 17 00:00:00 2001 From: Bertrand Lemasle Date: Sun, 11 Mar 2018 17:47:51 +1300 Subject: [PATCH] Switched constant APN to Vodafone as its the only one that currently runs a 2G network in NZ --- GpsTracker/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GpsTracker/Config.cpp b/GpsTracker/Config.cpp index 5c9a96d..dd57a00 100644 --- a/GpsTracker/Config.cpp +++ b/GpsTracker/Config.cpp @@ -46,7 +46,7 @@ namespace config { VERSION, 0xFFFF, 0xFFFF, - "2degrees Internet" //TODO : read from SD + "Vodafone" //TODO : read from SD }; value = config;