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 2f2f4fc commit 1297f76Copy full SHA for 1297f76
Pixel_Trinkey_HyperHDR/Pixel_Trinkey_HyperHDR.ino
@@ -68,6 +68,7 @@ uint8_t applyCorrection(uint8_t value, uint16_t correction) {
68
#else
69
// Just apply color correction
70
return (value * correction) / 255;
71
+ #endif
72
}
73
74
// AWA Protocol states (matching ESP32 implementation)
0 commit comments