bertrik / MainsFrequency

Arduino projects for measuring the frequency of the mains grid
https://revspace.nl/MainsFrequency2.0
Other
2 stars 1 forks source link

esp32c3phase.ino:189:17: error: 'median_add' was not declared in this scope #3

Open TwentySixer opened 3 days ago

TwentySixer commented 3 days ago

The median_add function is not defined.

esp32c3phase.ino:189:17: error: 'median_add' was not declared in this scope

The build fails.

bertrik commented 3 days ago

You're right. This repository in its current state contains some experiments that are not in shape.

I've created a new project based on the esp32c3phase code: https://github.com/bertrik/GridFrequency

Please consider this code outdated, I might remove it altogether now.