We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108d58d commit 83c24efCopy full SHA for 83c24ef
data/webui/device_specific/BUILD_RS232/autorun.img
360 KB
lib/device/rs232/fuji.cpp
@@ -1389,8 +1389,8 @@ void rs232Fuji::rs232_set_rs232_external_clock()
1389
// Mounts the desired boot disk number
1390
void rs232Fuji::insert_boot_device(uint8_t d)
1391
{
1392
- const char *config_atr = "/autorun.atr";
1393
- const char *mount_all_atr = "/mount-and-boot.atr";
+ const char *config_atr = "/autorun.img";
+ const char *mount_all_atr = "/mount-and-boot.img";
1394
FILE *fBoot;
1395
1396
_bootDisk.unmount();
0 commit comments