more refactor bug fixes

This commit is contained in:
2023-10-13 14:17:51 +02:00
parent f0474027be
commit a7930e2915
14 changed files with 21 additions and 655 deletions
+1
View File
@@ -87,6 +87,7 @@ public:
* @param status
*/
void setDrivingStatus(Status status);
Status getDrivingStatus() const { return this->driving_status; }
/**
* @brief Stops the engine immediately
+2 -2
View File
@@ -14,12 +14,12 @@
#include <stdint.h>
#define HW1
#define HOTSPOT
#ifdef HOTSPOT
namespace NetworkConfig
{
const char ssid[] = "Kleiax Handy";
const char ssid[] = "KleiaxHandy";
const char password[] = "12345677";
const char ip[] = "192.168.43.4";
const char subnet[] = "255.255.255.0";