Skip to content

Commit 3b7b143

Browse files
committed
rs232: Lobby launch on msdos
1 parent 6c2799e commit 3b7b143

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

0 Bytes
Binary file not shown.

lib/device/rs232/rs232Fuji.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "fuji_endian.h"
1212

1313
#define IMAGE_EXTENSION ".img"
14+
#define LOBBY_URL "tnfs://tnfs.fujinet.online/MSDOS/lobby.img"
1415

1516
#ifndef ESP_PLATFORM // why ESP does not like it? it throws a linker error undefined reference to 'basename'
1617
#include <libgen.h>
@@ -24,7 +25,7 @@ rs232Fuji platformFuji;
2425
fujiDevice *theFuji = &platformFuji;
2526
rs232Network rs232NetDevs[MAX_NETWORK_DEVICES];
2627

27-
rs232Fuji::rs232Fuji() : fujiDevice(MAX_DISK_DEVICES, IMAGE_EXTENSION, std::nullopt)
28+
rs232Fuji::rs232Fuji() : fujiDevice(MAX_DISK_DEVICES, IMAGE_EXTENSION, LOBBY_URL)
2829
{}
2930

3031
// Initializes base settings and adds our devices to the RS232 bus

0 commit comments

Comments
 (0)