Skip to content

Commit

Permalink
fix if switch channels with internal keys are not starting at channel 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jp112sdl committed Apr 29, 2021
1 parent 0593814 commit 750fda9
Show file tree
Hide file tree
Showing 4 changed files with 2,865 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ file=./patchsource/www/webui/webui.js
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/config/ic_common.tcl
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/config/ic_deviceparameters.cgi
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/rega/esp/datapointconfigurator.fn
diff -u --label=${file}.orig --label=${file} ${file}.orig ${file} > ./src/addon/patch/common/`basename ${file}`.patch
file=./patchsource/www/rega/esp/channels.fn
Expand Down
Loading

0 comments on commit 750fda9

Please sign in to comment.