Skip to content

Noise suppression mode - #30

Open
sammJj1 wants to merge 1 commit into
devfrom
Noise-Implementation
Open

Noise suppression mode#30
sammJj1 wants to merge 1 commit into
devfrom
Noise-Implementation

Conversation

@sammJj1

@sammJj1 sammJj1 commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

#define NOISE_TICKS 10

extern uint8_t nsm_buffer[N_BARS];
extern FlagStatus noiseDone;

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
extern FlagStatus noiseDone;
extern FlagStatus flag_noiseDone;

@b-Tomas b-Tomas changed the title logic implementation Noise suppression mode Jun 19, 2026
@b-Tomas b-Tomas linked an issue Jun 19, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mode 2: Noise sampling

2 participants