Update settings.h

This commit is contained in:
Theo Arends 2020-01-02 14:47:33 +01:00 committed by GitHub
parent 406a5a15f5
commit 044fae2a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -465,10 +465,11 @@ struct SYSCFG {
uint8_t mqttlog_level; // F01
uint8_t sps30_inuse_hours; // F02
uint8_t hotplug_scan; // F03 -- scan for hotplug every 'hoplugscan' time
uint32_t shutter_button[MAX_KEYS]; // F04
uint8_t free_f03[216]; // F13
uint8_t reserved1; // F04
uint8_t free_f05[215]; // F05
uint32_t shutter_button[MAX_KEYS]; // FDC
uint32_t i2c_drivers[3]; // FEC I2cDriver
uint32_t cfg_timestamp; // FF8
uint32_t cfg_crc32; // FFC