mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Remove specific APN
This commit is contained in:
		| @@ -36,9 +36,9 @@ | ||||
|  | ||||
| // Your GPRS credentials | ||||
| // Leave empty, if missing user or pass | ||||
| const char apn[]  = "www.ab.kyivstar.net"; | ||||
| const char user[] = "igprs"; | ||||
| const char pass[] = "internet"; | ||||
| const char apn[]  = "YourAPN"; | ||||
| const char user[] = ""; | ||||
| const char pass[] = ""; | ||||
|  | ||||
| // Use Hardware Serial on Mega, Leonardo, Micro | ||||
| #define SerialAT Serial1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user