mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
optimizations
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
export * from './ap';
|
||||
export * from './features';
|
||||
export * from './me';
|
||||
export * from './mqtt';
|
||||
export * from './network';
|
||||
export * from './ntp';
|
||||
export * from './security';
|
||||
export * from './signin';
|
||||
export * from './system';
|
||||
export * from './network';
|
||||
|
||||
@@ -54,6 +54,7 @@ export interface NetworkSettingsType {
|
||||
enableMDNS: boolean;
|
||||
enableCORS: boolean;
|
||||
CORSOrigin: string;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
export interface WiFiNetworkList {
|
||||
|
||||
Reference in New Issue
Block a user