Skip to content

Commit afd4108

Browse files
authored
nitpick: Fix syntax for appendConfigData() in .coderabbit.yaml
Corrected formatting and syntax for appendConfigData() reference.
1 parent 9088c30 commit afd4108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.coderabbit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ reviews:
130130
#ifdef). Usermods do not use library.json. Follow the same C++ conventions
131131
as the core firmware (docs/cpp.instructions.md).
132132
133-
If the usermod implements `appendConfigData()`, check that the buffer usage (`oappend`)
134-
leaves some margin w.r.t. SETTINGS_STACK_BUF_SIZE on esp32.
133+
If the usermod implements `appendConfigData()`, check that the buffer usage (`oappend()`)
134+
leaves some margin w.r.t. `SETTINGS_STACK_BUF_SIZE` on esp32.
135135
136136
If I2C is needed, verify that `pinManager.joinWire()` is used instead of `Wire.begin()`. I2C is shared between all usermods in WLED-MM.
137137

0 commit comments

Comments
 (0)