more refactor bug fixes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user