mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
typo fix
This commit is contained in:
parent
85e04ab0c2
commit
4cb51c00af
@ -568,7 +568,7 @@ void ResponseAppendFeatures(void)
|
||||
feature6 |= 0x00002000; // xsns_72_mcp9808.ino
|
||||
#endif
|
||||
#if defined(USE_ENERGY_SENSOR) && (defined(USE_BL0940) || defined(USE_BL09XX))
|
||||
feature6 |= 0x00004000; // xnrg_14_bl0940.ino
|
||||
feature6 |= 0x00004000; // xnrg_14_bl09xx.ino
|
||||
#endif
|
||||
#ifdef USE_TELEGRAM
|
||||
feature6 |= 0x00008000; // xdrv_40_telegram.ino
|
||||
|
@ -20,7 +20,7 @@
|
||||
#ifdef USE_ENERGY_SENSOR
|
||||
#if defined(USE_BL0940) || defined(USE_BL09XX)
|
||||
#ifdef USE_BL0940
|
||||
#warning **** USE_BL0940 is obsolete. Please replace with USE_BLE0939 ****
|
||||
#warning **** USE_BL0940 is obsolete. Please replace with USE_BLE09XX ****
|
||||
#endif
|
||||
/*********************************************************************************************\
|
||||
* Support the following Shangai Belling energy sensors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user