Fixed JSON
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
				
			|||||||
  "repository":
 | 
					  "repository":
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
    "url": "https://github.com/EnviroDIY/TinyGSM"
 | 
					    "url": "https://github.com/EnviroDIY/TinyGSM.git"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "homepage": "https://github.com/vshymanskyy/TinyGSM",
 | 
					  "homepage": "https://github.com/vshymanskyy/TinyGSM",
 | 
				
			||||||
  "export": {
 | 
					  "export": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -177,10 +177,10 @@ public:
 | 
				
			|||||||
  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
					  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
  TinyGsmA6*      at;
 | 
					  TinyGsmA6*  at;
 | 
				
			||||||
  uint8_t       mux;
 | 
					  uint8_t     mux;
 | 
				
			||||||
  bool          sock_connected;
 | 
					  bool        sock_connected;
 | 
				
			||||||
  RxFifo        rx;
 | 
					  RxFifo      rx;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//============================================================================//
 | 
					//============================================================================//
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -170,10 +170,10 @@ public:
 | 
				
			|||||||
  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
					  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
  TinyGsmESP8266*      at;
 | 
					  TinyGsmESP8266*  at;
 | 
				
			||||||
  uint8_t       mux;
 | 
					  uint8_t          mux;
 | 
				
			||||||
  bool          sock_connected;
 | 
					  bool             sock_connected;
 | 
				
			||||||
  RxFifo        rx;
 | 
					  RxFifo           rx;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//============================================================================//
 | 
					//============================================================================//
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -184,13 +184,13 @@ public:
 | 
				
			|||||||
  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
					  String remoteIP() TINY_GSM_ATTR_NOT_IMPLEMENTED;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
  TinyGsmSim800* at;
 | 
					  TinyGsmSim800*  at;
 | 
				
			||||||
  uint8_t       mux;
 | 
					  uint8_t         mux;
 | 
				
			||||||
  uint16_t      sock_available;
 | 
					  uint16_t        sock_available;
 | 
				
			||||||
  uint32_t      prev_check;
 | 
					  uint32_t        prev_check;
 | 
				
			||||||
  bool          sock_connected;
 | 
					  bool            sock_connected;
 | 
				
			||||||
  bool          got_data;
 | 
					  bool            got_data;
 | 
				
			||||||
  RxFifo        rx;
 | 
					  RxFifo          rx;
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
//============================================================================//
 | 
					//============================================================================//
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user