moar refactorrz

This commit is contained in:
2018-06-12 07:30:28 +02:00
parent 8b04d8642a
commit a6d17ba6a3
7 changed files with 27 additions and 18 deletions

View File

@@ -15,8 +15,8 @@ using namespace std::placeholders;
#define MESH_PASSWORD "somethingSneaky"
#define MESH_PORT 5555
#define STATION_SSID "Th1ngs4p"
#define STATION_PWD "th3r31sn0sp00n"
#define STATION_SSID "tErAx1d"
#define STATION_PWD "ramalamadingdong"
#define HOSTNAME "MeshNode"
class MeshNet : public Network {