ein bisschen doku

This commit is contained in:
2021-11-23 18:51:52 +01:00
parent 2c1c31f42b
commit f086bfa6b3
6 changed files with 85 additions and 55 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
// The front is where the boards are
//Pin config
//Left
#define M_DIR_11 27
@@ -91,7 +92,7 @@
#define WLAN_IP 0x3400a8c0 //192.168.0.67
#define WLAN_SUBNETMASK 0x00FFFFFF //255.255.255.0
#define WLAN_GATEWAY 0x0100a8c0 //192.168.0.1
#define MQTT_SERVER "dz-pi.hw1.fb4.fh"
#define MQTT_SERVER 0xD84016AC // 172.22.64.216
#define MQTT_PORT 1883
#define MQTT_BUFFER_SITE 128
#define NTP_SERVER "2.de.pool.ntp.org"