Added debugMqtt and autoPilot
This commit is contained in:
+16
-1
@@ -47,4 +47,19 @@
|
||||
#define ACCELERATE_STEPS 1
|
||||
|
||||
// PS3 Controller
|
||||
// ESP32 MAC BL 24:62:AB:F2:4B:3A
|
||||
// ESP32 MAC BL 24:62:AB:F2:4B:3A
|
||||
|
||||
//Max Values for speed and rotation
|
||||
#define MAX_SPEED 1.0
|
||||
#define MAX_ROTATION 1.0
|
||||
|
||||
//Wlan / Mqtt config
|
||||
#define WLAN_SSID "Kleiax2"
|
||||
#define WLAN_PASSWORD "Punica-699"
|
||||
#define WLAN_IP 0x0101a8c0 //192.168.1.1
|
||||
#define WLAN_SUBNETMASK 0x0000FFFF //255.255.0.0
|
||||
#define WLAN_GATEWAY 0x0100a8c0 //192.168.0.1
|
||||
#define MQTT_SERVER 0x1300a8c0 //192.168.0.19
|
||||
#define MQTT_PORT 1883
|
||||
#define MQTT_BUFFER_SITE 50
|
||||
|
||||
|
||||
Reference in New Issue
Block a user