mirror of
				https://github.com/eledio-devices/thirdparty-AsyncTCPSock.git
				synced 2025-10-31 00:32:37 +01:00 
			
		
		
		
	Arduino library files
This commit is contained in:
		
							
								
								
									
										22
									
								
								library.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								library.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| { | ||||
|   "name":"AsyncTCPSock", | ||||
|   "description":"Reimplementation of an Asynchronous TCP Library for ESP32, using BSD Sockets", | ||||
|   "keywords":"async,tcp", | ||||
|   "authors": | ||||
|   { | ||||
|     "name": "Alex Villacís Lasso", | ||||
|     "maintainer": true | ||||
|   }, | ||||
|   "repository": | ||||
|   { | ||||
|     "type": "git", | ||||
|     "url": "https://github.com/yubox-node-org/AsyncTCPSock.git" | ||||
|   }, | ||||
|   "version": "0.0.1", | ||||
|   "license": "LGPL-3.0", | ||||
|   "frameworks": "arduino", | ||||
|   "platforms": "espressif32", | ||||
|   "build": { | ||||
|     "libCompatMode": 2 | ||||
|   }   | ||||
| } | ||||
		Reference in New Issue
	
	Block a user