mirror of
				https://github.com/KevinMidboe/TinyGSM.git
				synced 2025-10-29 18:00:18 +00:00 
			
		
		
		
	Rename so *I* don't screw them up
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
		@@ -125,7 +125,7 @@ class TinyGsmSMS {
 | 
			
		||||
    thisModem().stream.readStringUntil('"');
 | 
			
		||||
    String hex = thisModem().stream.readStringUntil('"');
 | 
			
		||||
    thisModem().stream.readStringUntil(',');
 | 
			
		||||
    int8_t dcs = thisModem().streamGetInt('\n');
 | 
			
		||||
    int8_t dcs = thisModem().streamGetIntBefore('\n');
 | 
			
		||||
 | 
			
		||||
    if (dcs == 15) {
 | 
			
		||||
      return TinyGsmDecodeHex8bit(hex);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user