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

Definitions for VAL_LAYER need to be shifted #22

Closed
@PaulZC

Description

@PaulZC

Hi,
The bit definitions for the setVal layer field need to be shifted.
The current default of BBR actually sets the value in RAM.
The definitions in .h should be:

const uint8_t VAL_LAYER_RAM = (1 << 0);
const uint8_t VAL_LAYER_BBR = (1 << 1);
const uint8_t VAL_LAYER_FLASH = (1 << 2);

Let me know if you need a pull request.
Thanks!
Paul

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions