mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 13:46:37 +00:00
Add PN532 persistent slots (#16939)
This commit is contained in:
parent
c351c62baf
commit
817819e603
@ -574,8 +574,7 @@ typedef struct {
|
||||
SOBitfield3 flag3; // 3A0
|
||||
uint16_t energy_kWhdoy; // 3A4
|
||||
uint16_t energy_min_power; // 3A6
|
||||
|
||||
uint8_t free_3A8[4]; // 3A8 - ex_switchmode4-7, Free since 9.2.0.6
|
||||
uint32_t pn532_password; // 3A8 - ex_switchmode4-7, Free since 9.2.0.6
|
||||
|
||||
#ifdef CONFIG_IDF_TARGET_ESP32S3
|
||||
// ------------------------------------
|
||||
@ -688,15 +687,15 @@ typedef struct {
|
||||
uint16_t mqtt_socket_timeout; // 52E
|
||||
uint8_t mqtt_wifi_timeout; // 530
|
||||
uint8_t ina219_mode; // 531
|
||||
uint16_t ex_pulse_timer[8]; // 532 Free since 11.0.0.3
|
||||
|
||||
uint16_t ex_pulse_timer[8]; // 532 ex_pulse_timer free since 11.0.0.3
|
||||
|
||||
uint16_t button_debounce; // 542
|
||||
uint32_t ipv4_address[5]; // 544
|
||||
uint32_t ipv4_rgx_address; // 558
|
||||
uint32_t ipv4_rgx_subnetmask; // 55C
|
||||
uint16_t pwm_value_ext[16-5]; // 560 Extension to pwm_value to store up to 16 PWM for ESP32. This array stores values 5..15
|
||||
|
||||
uint8_t free_576[2]; // 576
|
||||
|
||||
uint16_t pn532_pack; // 576
|
||||
int32_t weight_offset; // 578
|
||||
uint16_t pulse_timer[MAX_PULSETIMERS]; // 57C
|
||||
SysMBitfield1 flag2; // 5BC
|
||||
@ -842,7 +841,9 @@ typedef struct {
|
||||
uint16_t flowratemeter_calibration[2];// F78
|
||||
int32_t energy_kWhexport_ph[3]; // F7C
|
||||
uint32_t eth_ipv4_address[5]; // F88
|
||||
|
||||
uint32_t ex_energy_kWhtotal; // F9C
|
||||
|
||||
SBitfield1 sbflag1; // FA0
|
||||
TeleinfoCfg teleinfo; // FA4
|
||||
uint64_t rf_protocol_mask; // FA8
|
||||
|
Loading…
x
Reference in New Issue
Block a user