Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Reconsider size of v2 data in EEPROM #93

@jgfoster

Description

@jgfoster
const int AMPLITUDE_ADDRESS = MAC_ADDRESS + 8;
const int FREQUENCY_ADDRESS = AMPLITUDE_ADDRESS + 8;
const int GRANULARITY_ADDRESS = FREQUENCY_ADDRESS + 8;     // granularity for SD logging interval
const int MAX_DATA_AGE_ADDRESS = GRANULARITY_ADDRESS + 8;  // max data age for SD card
const int PH_SERIES_SIZE_ADDRESS = MAX_DATA_AGE_ADDRESS + 8;
const int PH_SERIES_POINTER_ADDRESS = PH_SERIES_SIZE_ADDRESS + 8;
const int TEMP_SERIES_SIZE_ADDRESS = PH_SERIES_POINTER_ADDRESS + 8;
const int TEMP_SERIES_POINTER_ADDRESS = TEMP_SERIES_SIZE_ADDRESS + 8;
const int PH_INTERVAL_ADDRESS = TEMP_SERIES_POINTER_ADDRESS + 8;
const int PH_DELAY_ADDRESS = PH_INTERVAL_ADDRESS + 8;
const int TEMP_INTERVAL_ADDRESS = PH_DELAY_ADDRESS + 8;
const int TEMP_DELAY_ADDRESS = TEMP_INTERVAL_ADDRESS + 8;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions