mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
fix all typos
This commit is contained in:
@@ -25,7 +25,7 @@ REGISTER_FACTORY(Extension, EMSdevice::DeviceType::EXTENSION);
|
||||
Extension::Extension(uint8_t device_type, uint8_t device_id, uint8_t product_id, const char * version, const char * name, uint8_t flags, uint8_t brand)
|
||||
: EMSdevice(device_type, device_id, product_id, version, name, flags, brand) {
|
||||
if (device_id == 0x16) {
|
||||
// no entities for T1RF outdoor sensor, values are comming from RFbase 0x50 (connect)
|
||||
// no entities for T1RF outdoor sensor, values are coming from RFbase 0x50 (connect)
|
||||
return;
|
||||
}
|
||||
// Extension module EM100 device_id 0x12
|
||||
|
||||
Reference in New Issue
Block a user