mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Check AI after XBee shutdown
This commit is contained in:
		| @@ -527,7 +527,9 @@ public: | ||||
|     XBEE_COMMAND_START_DECORATOR(5, false) | ||||
|     sendAT(GF("SD")); | ||||
|     bool ret_val = waitResponse(120000L) == 1; | ||||
|     ret_val &= writeChanges(); | ||||
|     if (ret_val) { | ||||
|         ret_val &= (sendATGetString(GF("AI")) == "2D"); | ||||
|     } | ||||
|     XBEE_COMMAND_END_DECORATOR | ||||
|     return ret_val; | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user