From 5188931e561c702f3b1a48aee51bfa6ebb9c9a48 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 20 Mar 2003 07:32:06 +0000 Subject: Added 8MB recorder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3489 a1c6a512-1295-4272-9138-f99709370657 --- www/daily.t | 4 ++++ www/dailymod.pl | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/www/daily.t b/www/daily.t index 614ca4a4b9..00d5579717 100644 --- a/www/daily.t +++ b/www/daily.t @@ -45,6 +45,10 @@ The batch timestamp is GMT. Recorder debug
Recorder simulator (linux)
+ +FM Recorder
+8MB Recorder
+ #include "foot.t" diff --git a/www/dailymod.pl b/www/dailymod.pl index 62fea28469..92a98bc7e4 100755 --- a/www/dailymod.pl +++ b/www/dailymod.pl @@ -17,7 +17,7 @@ sub list { print "\n"; } -print "\n"; +print "
playerrecorderfmrecorder
\n"; print "
playerrecorderfm recorder8MB recorder
\n"; &list("player"); @@ -27,4 +27,7 @@ print "\n"; print "\n"; &list("fmrecorder"); +print "\n"; +&list("recorder8mb"); + print "
\n"; -- cgit v1.2.3