Skip to content

Commit 1297f76

Browse files
committed
Update Pixel_Trinkey_HyperHDR.ino
1 parent 2f2f4fc commit 1297f76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pixel_Trinkey_HyperHDR/Pixel_Trinkey_HyperHDR.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ uint8_t applyCorrection(uint8_t value, uint16_t correction) {
6868
#else
6969
// Just apply color correction
7070
return (value * correction) / 255;
71+
#endif
7172
}
7273

7374
// AWA Protocol states (matching ESP32 implementation)

0 commit comments

Comments
 (0)