Add Insiders to raspi_version

This commit is contained in:
billz 2023-08-16 03:50:36 +02:00
parent 470debb945
commit 563e0216cc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if (!defined('RASPI_CONFIG')) {
$defaults = [
'RASPI_BRAND_TEXT' => 'RaspAP',
'RASPI_VERSION' => '2.9.3',
'RASPI_VERSION' => '2.9.3 Insiders',
'RASPI_CONFIG_NETWORK' => RASPI_CONFIG.'/networking/defaults.json',
'RASPI_ADMIN_DETAILS' => RASPI_CONFIG.'/raspap.auth',
'RASPI_WIFI_AP_INTERFACE' => 'wlan0',