diff --git a/include/settings.h.orig b/include/settings.h.orig index 75a2c95..7c03a6f 100644 --- a/include/settings.h.orig +++ b/include/settings.h.orig @@ -9,4 +9,5 @@ ****************************************************/ const char* wifiSSID = "mySSID"; -const char* wifiPass = "myPass"; \ No newline at end of file +const char* wifiPass = "myPass"; +const char* hostname = "Hexapod"; \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index ac0e075..f94d2bd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,16 +3,10 @@ #include "Vbat.h" #include "body.h" #include "settings.h" - #include #include - #include -//! --- Start of onfiguration --- -const char* hostname = "Hexapod"; -//! --- End of configuration --- - Body body = Body::instance(); FlashConfig config; std::unique_ptr remote;