mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Removed custom pin numbers
This commit is contained in:
		| @@ -92,12 +92,9 @@ void setup() { | ||||
|   SerialMon.begin(115200); | ||||
|   delay(10); | ||||
|  | ||||
|   // !!!!!!!!!!! | ||||
|   // Set your reset, enable, power pins here | ||||
|   pinMode(20, OUTPUT); | ||||
|   digitalWrite(20, HIGH); | ||||
|  | ||||
|   pinMode(23, OUTPUT); | ||||
|   digitalWrite(23, HIGH); | ||||
|   // !!!!!!!!!!! | ||||
|  | ||||
|   DBG("Wait..."); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user