better urls for api stuff & fixed chart AR box position on mobile
This commit is contained in:
+2
-2
@@ -4,13 +4,13 @@
|
||||
$root = $prod ? '' : 'http://192.168.1.13';
|
||||
|
||||
$menu = [
|
||||
'home' => [ $prod ? '/' : '/page_status.php', 'Home' ],
|
||||
'home' => [ $prod ? '/status' : '/page_status.php', 'Home' ],
|
||||
'wifi' => [ $prod ? '/wifi' : '/page_wifi.php', 'WiFi config' ],
|
||||
'waveform' => [ $prod ? '/waveform' : '/page_waveform.php', 'Waveform' ],
|
||||
'fft' => [ $prod ? '/fft' : '/page_fft.php', 'FFT' ],
|
||||
// 'spectrogram' => [ '/spectrogram', 'Spectrogram' ],
|
||||
// 'transient' => [ '/transient', 'Power-on transient' ],
|
||||
'about' => [ $prod ? '/about' : '/page_about.php', 'About' ],
|
||||
'about' => [ $prod ? '/about' : '/page_about.php', 'About' ],
|
||||
];
|
||||
|
||||
$appname = 'Current Analyser';
|
||||
|
||||
Reference in New Issue
Block a user