We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2799e commit 3b7b143Copy full SHA for 3b7b143
2 files changed
data/webui/device_specific/BUILD_RS232/autorun.img
0 Bytes
lib/device/rs232/rs232Fuji.cpp
@@ -11,6 +11,7 @@
11
#include "fuji_endian.h"
12
13
#define IMAGE_EXTENSION ".img"
14
+#define LOBBY_URL "tnfs://tnfs.fujinet.online/MSDOS/lobby.img"
15
16
#ifndef ESP_PLATFORM // why ESP does not like it? it throws a linker error undefined reference to 'basename'
17
#include <libgen.h>
@@ -24,7 +25,7 @@ rs232Fuji platformFuji;
24
25
fujiDevice *theFuji = &platformFuji;
26
rs232Network rs232NetDevs[MAX_NETWORK_DEVICES];
27
-rs232Fuji::rs232Fuji() : fujiDevice(MAX_DISK_DEVICES, IMAGE_EXTENSION, std::nullopt)
28
+rs232Fuji::rs232Fuji() : fujiDevice(MAX_DISK_DEVICES, IMAGE_EXTENSION, LOBBY_URL)
29
{}
30
31
// Initializes base settings and adds our devices to the RS232 bus
0 commit comments