Skip to content

Commit

Permalink
Merge pull request #6342 from hwstar/development
Browse files Browse the repository at this point in the history
Add ina226 driver to Tasmota
  • Loading branch information
arendst authored Sep 8, 2019
2 parents 2e9f06f + 27ecd09 commit 9aceadc
Show file tree
Hide file tree
Showing 2 changed files with 571 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sonoff/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,10 @@ struct SYSCFG {
char mems[MAX_RULE_MEMS][10]; // 7CE
char rules[MAX_RULE_SETS][MAX_RULE_SIZE]; // 800 uses 512 bytes in v5.12.0m, 3 x 512 bytes in v5.14.0b
TuyaFnidDpidMap tuya_fnid_map[MAX_TUYA_FUNCTIONS]; // E00 32 bytes
uint16_t ina226_r_shunt[4]; // E20
uint16_t ina226_i_fs[4]; // E28

uint8_t free_e20[472]; // E20
uint8_t free_e20[456]; // E30

uint32_t cfg_timestamp; // FF8
uint32_t cfg_crc32; // FFC
Expand Down
Loading

0 comments on commit 9aceadc

Please sign in to comment.