Skip to content

Commit 45b7130

Browse files
authored
Merge pull request #4906 from chromoxdor/update-documetation
[DOCS] fix typo
2 parents 3a7ad29 + 3ba43d9 commit 45b7130

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/Release_notes.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4526,15 +4526,15 @@ TD-er (106):
45264526
[WiFi] Process Station event Auth Changed
45274527
[Controller] Debug log on remove duplicate queued message
45284528
[GPIO] Fix warning of unused variable
4529-
[Build] Remove HWL8012 from "energy" build
4529+
[Build] Remove HLW8012 from "energy" build
45304530
[Energy build] Add P093 Mitsubishi Heat Pump
45314531
[Cleanup] Remove ICACHE_RAM_ATTR on wifi event function
45324532
[Build] LittleFS can only be built on 'beta' builds
45334533
[Build] No longer ignore RN2xx3 library on Custom IR builds
45344534
[Cleanup] Reduce IRAM usage in Dallas bit read/write code
45354535
[Build] Fix normal_beta_ESP8266_16M_LittleFS build
45364536
[Cleanup] Remove unneeded ICACHE_RAM_ATTR on DHCP timeout callback
4537-
[Build] Remove P076 HWL8012 from "testing" builds due to build size
4537+
[Build] Remove P076 HLW8012 from "testing" builds due to build size
45384538
[Build] Disable test_ESP8266_4M1M_VCC_MDNS_SD as it does not fit in IRAM
45394539
[Build] Set normal_IRext_no_rx_ESP8266_4M2M to LIMIT_BUILD_SIZE
45404540
[GPS] Fix running out of memory when no GPS data is received.

docs/source/Reference/Safety.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ So these have the same hole on the side used on the TH10/16 to connect sensors.
2323
This hole may seem like an invitation to connect some external sensor to these devices, but don't be tempted to do so.
2424

2525

26-
HWL8012 & CSE7766
26+
HLW8012 & CSE7766
2727
=================
2828

2929
Some ESP8266 and ESP32 powered devices have an energy monitoring sensor on board.
3030
Well known examples are the Sonoff POW, POW r2, POW R3xx(D) and Shelly PLUG S, but there are many others.
31-
Almost all use either the HWL8012 or CSE7766 chip.
31+
Almost all use either the HLW8012 or CSE7766 chip.
3232

3333
These chips are not isolated from mains power, which means all electronics connected
3434
to them does also have a direct connection to mains power lines.

src/src/CustomBuild/define_plugin_sets.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ To create/register a plugin, you have to :
705705
#define CONTROLLER_SET_STABLE
706706
#define PLUGIN_SET_ONLY_SWITCH
707707
#define NOTIFIER_SET_STABLE
708-
#define USES_P076 // HWL8012 in POW r1
708+
#define USES_P076 // HLW8012 in POW r1
709709
// Needs CSE7766 Energy sensor, via Serial RXD 4800 baud 8E1 (GPIO1), TXD (GPIO3)
710710
#define USES_P077 // CSE7766 in POW R2
711711
#define USES_P081 // Cron
@@ -779,7 +779,7 @@ To create/register a plugin, you have to :
779779
#define PLUGIN_SET_ONLY_SWITCH
780780
#define CONTROLLER_SET_STABLE
781781
#define NOTIFIER_SET_STABLE
782-
#define USES_P076 // HWL8012 in POW r1
782+
#define USES_P076 // HLW8012 in POW r1
783783
#define USES_P077 // CSE7766 in POW R2
784784
#define USES_P081 // Cron
785785
#endif
@@ -1490,7 +1490,7 @@ To create/register a plugin, you have to :
14901490
#define USES_P066 // VEML6040
14911491

14921492
#define USES_P075 // Nextion
1493-
//#define USES_P076 // HWL8012 in POW r1
1493+
//#define USES_P076 // HLW8012 in POW r1
14941494
// Needs CSE7766 Energy sensor, via Serial RXD 4800 baud 8E1 (GPIO1), TXD (GPIO3)
14951495
//#define USES_P077 // CSE7766 in POW R2
14961496
//#define USES_P078 // Eastron Modbus Energy meters
@@ -1643,7 +1643,7 @@ To create/register a plugin, you have to :
16431643
#define USES_P027 // INA219
16441644
#endif
16451645
#ifndef USES_P076
1646-
#define USES_P076 // HWL8012 in POW r1
1646+
#define USES_P076 // HLW8012 in POW r1
16471647
#endif
16481648
#ifndef USES_P077
16491649
// Needs CSE7766 Energy sensor, via Serial RXD 4800 baud 8E1 (GPIO1), TXD (GPIO3)
@@ -2569,7 +2569,7 @@ To create/register a plugin, you have to :
25692569
#define FEATURE_BLYNK 0
25702570
#if !defined(PLUGIN_SET_COLLECTION) && !defined(PLUGIN_SET_SONOFF_POW)
25712571
#ifdef USES_P076
2572-
#undef USES_P076 // HWL8012 in POW r1
2572+
#undef USES_P076 // HLW8012 in POW r1
25732573
#endif
25742574
#ifdef USES_P093
25752575
#undef USES_P093 // Mitsubishi Heat Pump

0 commit comments

Comments
 (0)