moving configuration from main
This commit is contained in:
parent
afd4d20f23
commit
5d0e8fb56a
@ -9,4 +9,5 @@
|
||||
****************************************************/
|
||||
|
||||
const char* wifiSSID = "mySSID";
|
||||
const char* wifiPass = "myPass";
|
||||
const char* wifiPass = "myPass";
|
||||
const char* hostname = "Hexapod";
|
@ -3,16 +3,10 @@
|
||||
#include "Vbat.h"
|
||||
#include "body.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <WiFi.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
//! --- Start of onfiguration ---
|
||||
const char* hostname = "Hexapod";
|
||||
//! --- End of configuration ---
|
||||
|
||||
Body body = Body::instance();
|
||||
FlashConfig config;
|
||||
std::unique_ptr<IRemote> remote;
|
||||
|
Loading…
x
Reference in New Issue
Block a user