Expose webserver_port to the native API (#2640)

This commit is contained in:
Jesse Hills
2021-11-01 09:33:04 +13:00
committed by GitHub
parent 2b04152482
commit d8b3af3815
6 changed files with 20 additions and 0 deletions
+3
View File
@@ -36,8 +36,11 @@
#define USE_SWITCH
#define USE_TEXT_SENSOR
#define USE_TIME
#define USE_WEBSERVER
#define USE_WIFI
#define WEBSERVER_PORT 80 // NOLINT
// Arduino-specific feature flags
#ifdef USE_ARDUINO
#define USE_CAPTIVE_PORTAL