mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fix ld issue
This commit is contained in:
@@ -48,6 +48,9 @@ std::vector<std::unique_ptr<EMSdevice>> EMSESP::emsdevices; // array of all
|
|||||||
std::vector<EMSESP::Device_record> EMSESP::device_library_; // library of all our known EMS devices, in heap
|
std::vector<EMSESP::Device_record> EMSESP::device_library_; // library of all our known EMS devices, in heap
|
||||||
|
|
||||||
uuid::log::Logger EMSESP::logger_{F_(emsesp), uuid::log::Facility::KERN};
|
uuid::log::Logger EMSESP::logger_{F_(emsesp), uuid::log::Facility::KERN};
|
||||||
|
uuid::log::Logger EMSESP::logger() {
|
||||||
|
return logger_;
|
||||||
|
}
|
||||||
|
|
||||||
// The services
|
// The services
|
||||||
RxService EMSESP::rxservice_; // incoming Telegram Rx handler
|
RxService EMSESP::rxservice_; // incoming Telegram Rx handler
|
||||||
|
|||||||
@@ -191,9 +191,7 @@ class EMSESP {
|
|||||||
static WebDevicesService webDevicesService;
|
static WebDevicesService webDevicesService;
|
||||||
static WebAPIService webAPIService;
|
static WebAPIService webAPIService;
|
||||||
|
|
||||||
static uuid::log::Logger logger() {
|
static uuid::log::Logger logger();
|
||||||
return logger_;
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
EMSESP() = delete;
|
EMSESP() = delete;
|
||||||
|
|||||||
Reference in New Issue
Block a user