make changes for anderen anlagenteil

This commit is contained in:
2022-01-26 19:48:06 +01:00
parent 38d316bb45
commit 6bb5bfe5ba
8 changed files with 1293 additions and 356 deletions

4
mqtt.c
View File

@@ -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