mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-11-04 11:09:55 +00:00 
			
		
		
		
	idf mqtt ssl
This commit is contained in:
		@@ -1,10 +1,7 @@
 | 
				
			|||||||
/* MQTT Mutual Authentication Example
 | 
					/* MQTT SSL Mutual Authentication
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   This example code is in the Public Domain (or CC0 licensed, at your option.)
 | 
					    Created:    March 3, 2025
 | 
				
			||||||
 | 
					    Edited:     March 24, 2025
 | 
				
			||||||
   Unless required by applicable law or agreed to in writing, this
 | 
					 | 
				
			||||||
   software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 | 
					 | 
				
			||||||
   CONDITIONS OF ANY KIND, either express or implied.
 | 
					 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
#include <stdio.h>
 | 
					#include <stdio.h>
 | 
				
			||||||
#include <stdint.h>
 | 
					#include <stdint.h>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user