mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-17 21:56:40 +01:00
move plugins to sprocket
This commit is contained in:
18
src/MeshConfig.h
Normal file
18
src/MeshConfig.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef __MESHCONFIG__
|
||||
#define __MESHCONFIG__
|
||||
|
||||
// FIXME non-mesh config should have it's own struct
|
||||
struct MeshConfig {
|
||||
int stationMode;
|
||||
int channel;
|
||||
int meshPort;
|
||||
const char* meshSSID;
|
||||
const char* meshPassword;
|
||||
const char* stationSSID;
|
||||
const char* stationPassword;
|
||||
const char* hostname;
|
||||
uint16_t debugTypes;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user