Compare commits

...

2 Commits

Author SHA1 Message Date
207c5e67ab enable mqtt in code 2022-04-02 09:32:13 +02:00
8f951d3f73 add clangd file 2022-04-02 09:31:52 +02:00
2 changed files with 19 additions and 1 deletions

18
compile_flags.txt Normal file
View File

@@ -0,0 +1,18 @@
-D
__AVR_ATmega2560__
-D
F_CPU=16000000UL
-D
_WIZCHIP_=W5100
-I
/usr/lib/avr/include
-I
Internet
-I
Internet/MQTT
-I
Internet/MQTT/MQTTPacket/src
-I
Ethernet
-I
Ethernet/W5500

2
main.c
View File

@@ -17,7 +17,7 @@
#include "util/delay.h"
#define PLC_MQTT_ENABLED 0
#define PLC_MQTT_ENABLED 1
Client mqtt_client;