mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2025-03-19 14:22:56 +00:00
Main lamp switch not worked on Opera\Chrome, but worked on Edge - now worked normal on all browsers.
7 lines
142 B
Text
7 lines
142 B
Text
define call1
|
|
set $ImageSize = 0x9AC0
|
|
set $ImageAddr = 0x0D0000
|
|
end
|
|
define call2
|
|
FlasherWrite Debug/bin/WEBFiles.bin $ImageAddr $ImageSize
|
|
end
|