mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-14 08:31:38 +02:00
Fix typos throughout code
Found with `codespell -w -i3 src/**` and reviewed manually. Fixes: #1112
This commit is contained in:
parent
fd2fd206f0
commit
ae3e98e77d
13 changed files with 30 additions and 30 deletions
|
@ -666,7 +666,7 @@ class Web {
|
|||
#ifdef ENABLE_PROMETHEUS_EP
|
||||
// Note
|
||||
// Prometheus exposition format is defined here: https://github.com/prometheus/docs/blob/main/content/docs/instrumenting/exposition_formats.md
|
||||
// TODO: Check packetsize for MAX_NUM_INVERTERS. Successfull Tested with 4 Inverters (each with 4 channels)
|
||||
// TODO: Check packetsize for MAX_NUM_INVERTERS. Successfully Tested with 4 Inverters (each with 4 channels)
|
||||
enum {
|
||||
metricsStateStart,
|
||||
metricsStateInverter1, metricsStateInverter2, metricsStateInverter3, metricsStateInverter4,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue