We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9088c30 commit afd4108Copy full SHA for afd4108
1 file changed
.coderabbit.yaml
@@ -130,8 +130,8 @@ reviews:
130
#ifdef). Usermods do not use library.json. Follow the same C++ conventions
131
as the core firmware (docs/cpp.instructions.md).
132
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.
+ If the usermod implements `appendConfigData()`, check that the buffer usage (`oappend()`)
+ leaves some margin w.r.t. `SETTINGS_STACK_BUF_SIZE` on esp32.
135
136
If I2C is needed, verify that `pinManager.joinWire()` is used instead of `Wire.begin()`. I2C is shared between all usermods in WLED-MM.
137
0 commit comments