make changes for anderen anlagenteil
This commit is contained in:
		
							
								
								
									
										4
									
								
								mqtt.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								mqtt.c
									
									
									
									
									
								
							@@ -4,8 +4,8 @@
 | 
			
		||||
uint8_t mqtt_readBuffer[MQTT_BUFFER_SIZE];
 | 
			
		||||
volatile uint16_t mes_id;
 | 
			
		||||
 | 
			
		||||
wiz_NetInfo netInfo = { .mac  = {0x00, 0x08, 0xdc, 0xab, 0xcd, 0xef}, // Mac address
 | 
			
		||||
		.ip   = {192, 168, 4, 1},         // IP address
 | 
			
		||||
wiz_NetInfo netInfo = { .mac  = {0x00, 0x08, 0xdc, 0xab, 0xcd, 0xf0}, // Mac address
 | 
			
		||||
		.ip   = {192, 168, 5, 1},         // IP address
 | 
			
		||||
		.sn   = {255, 255, 0, 0},         // Subnet mask
 | 
			
		||||
		.dns =  {0,0,0,0},			  // DNS address (google dns)
 | 
			
		||||
		.gw   = {192, 168, 0, 1}, // Gateway address
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user