fix pwm channel

This commit is contained in:
2023-10-11 11:38:17 +02:00
parent f41cf5c6eb
commit a00e8d6d03
6 changed files with 27 additions and 25 deletions
+13 -1
View File
@@ -14,7 +14,7 @@
#include <stdint.h>
#define HOTSPOT
#define HW1
#ifdef HOTSPOT
namespace NetworkConfig {
@@ -28,6 +28,18 @@ namespace NetworkConfig {
}
#endif //HOTSPOT
#ifdef HW1
namespace NetworkConfig {
const char ssid[] = "hw1_gast";
const char password[] = "KeineAhnung";
const char ip[] = "192.168.0.4";
const char subnet[] = "255.255.255.0";
const char gateway[] = "192.168.0.1";
const char dns[] = "8.8.8.8";
const bool mqtt = false;
}
#endif //HW1
//Network config Rhede
#ifdef RHEDE
namespace NetworkConfig {