mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-25 07:24:18 +00:00
7 lines
142 B
Text
7 lines
142 B
Text
define call1
|
|
set $ImageSize = 0xF6E0
|
|
set $ImageAddr = 0x0D0000
|
|
end
|
|
define call2
|
|
FlasherWrite build/bin/WEBFiles.bin $ImageAddr $ImageSize
|
|
end
|