Merge branch 'develop'

This commit is contained in:
Kai Lauterbach 2023-05-11 07:53:42 +02:00
commit 0c7bae7b54
6 changed files with 8 additions and 0 deletions

View file

@ -28,3 +28,9 @@ You have to click at the link "reset timing control data" on the webinterface.
Sample schematics (no NodeMCU pins defined in there)
![Sample schematics](pic/schematics.png)
![Prototype](pic/prototype.jpeg)
![3D printed case](pic/case/IMG_3410.JPG)
![3D printed case](pic/case/IMG_3411.JPG)

View file

@ -173,6 +173,8 @@ void tc_update_main()
bri[i] = 0;
current_bri[i] = 0;
current_pwm[i] = 0;
transitiontime[i] = 4;
process_lightdata(i, transitiontime[i]);
}
return;

BIN
pic/case/IMG_3409.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

BIN
pic/case/IMG_3410.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

BIN
pic/case/IMG_3411.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

BIN
pic/prototype.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB