mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-11-04 00:38:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			126 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			126 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
layout: tutorial
 | 
						|
---
 | 
						|
 | 
						|
# Code Snips
 | 
						|
 | 
						|
```C
 | 
						|
const *char WIFI_SSID = "IoT_bots";
 | 
						|
const *char WIFI_PASSWORD = "405405405";
 | 
						|
```
 |