Fixed JSON
This commit is contained in:
		@@ -177,10 +177,10 @@ public:
 | 
			
		||||
  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
  TinyGsmA6*      at;
 | 
			
		||||
  uint8_t       mux;
 | 
			
		||||
  bool          sock_connected;
 | 
			
		||||
  RxFifo        rx;
 | 
			
		||||
  TinyGsmA6*  at;
 | 
			
		||||
  uint8_t     mux;
 | 
			
		||||
  bool        sock_connected;
 | 
			
		||||
  RxFifo      rx;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
//============================================================================//
 | 
			
		||||
 
 | 
			
		||||
@@ -170,10 +170,10 @@ public:
 | 
			
		||||
  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
  TinyGsmESP8266*      at;
 | 
			
		||||
  uint8_t       mux;
 | 
			
		||||
  bool          sock_connected;
 | 
			
		||||
  RxFifo        rx;
 | 
			
		||||
  TinyGsmESP8266*  at;
 | 
			
		||||
  uint8_t          mux;
 | 
			
		||||
  bool             sock_connected;
 | 
			
		||||
  RxFifo           rx;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
//============================================================================//
 | 
			
		||||
 
 | 
			
		||||
@@ -184,13 +184,13 @@ public:
 | 
			
		||||
  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
  TinyGsmSim800* at;
 | 
			
		||||
  uint8_t       mux;
 | 
			
		||||
  uint16_t      sock_available;
 | 
			
		||||
  uint32_t      prev_check;
 | 
			
		||||
  bool          sock_connected;
 | 
			
		||||
  bool          got_data;
 | 
			
		||||
  RxFifo        rx;
 | 
			
		||||
  TinyGsmSim800*  at;
 | 
			
		||||
  uint8_t         mux;
 | 
			
		||||
  uint16_t        sock_available;
 | 
			
		||||
  uint32_t        prev_check;
 | 
			
		||||
  bool            sock_connected;
 | 
			
		||||
  bool            got_data;
 | 
			
		||||
  RxFifo          rx;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
//============================================================================//
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user