mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-12 10:28:01 +00:00
improve status.cgi and multicam tool (#627)
* add irled and night mode testing to status.cgi * move multicam / update code to show night/day mode * Create index.js * Create index.css * Update S10httpd to reflect move of multicam * Update index.js fix broken timer issue (would incorrectly calculate necessary update frequency).
This commit is contained in:
@@ -23,7 +23,7 @@ compose_home()
|
||||
config) echo '<a class="server_LINK" href="/cgi-bin/config.cgi" >Wz Mini Configuration</a>' >> $target ;;
|
||||
car) echo '<a class="server_LINK" href="/car.html" >Car Tool</a>' >> $target ;;
|
||||
current) echo '<a class="server_LINK" href="/cgi-bin/jpeg.cgi" >Current Screen</a>' >> $target ;;
|
||||
multicam) echo '<a class="server_LINK" href="/multicam.html" >Multi-Cam Viewer</a>' >> $target ;;
|
||||
multicam) echo '<a class="server_LINK" href="/multicam/" >Multi-Cam Viewer</a>' >> $target ;;
|
||||
diag) echo '<a class="server_LINK" href="/cgi-bin/diagnostics.cgi" >Diagnostics</a>' >> $target ;;
|
||||
status) echo '<a class="server_LINK" href="/cgi-bin/status.cgi?test=recording">Check Recording</a>' >> $target ;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user