tschak909 Posted April 20 Share Posted April 20 24 minutes ago, x=usr(1536) said: No, I was mistaken. It's still appearing in diskulator_select.c (line 363): Reveal hidden contents // Handle if the selection is a TNFS host else if (context->filename[0]=='+') { // set the current host context and replace host_slot 8 with the // selected TNFS host. strcpy(context->host, context->filename+1); strcpy(context->hostSlots.host[7], context->host); context->host_slot = 7; fuji_sio_write_host_slots(&context->hostSlots); // update directory to point root and clear the filename strcpy(context->directory, "/"); memset(context->filename,0,sizeof(context->filename)); // mount the selected host context->state=DISKULATOR_SELECT; fuji_sio_mount_host(context->host_slot,&context->hostSlots); if (fuji_sio_error()) { error(ERROR_MOUNTING_HOST_SLOT); wait_a_moment(); context->state=CONNECT_WIFI; } *ss=DONE; } So... Not sure what's up. No, this is the old version of the software. We moved to fujinet-config-adam, and this feature is not there. -Thom 1 Quote Link to comment Share on other sites More sharing options...
tschak909 Posted April 20 Share Posted April 20 I am running this by @Schadret in our Discord, to see what we should do. -Thom 2 Quote Link to comment Share on other sites More sharing options...
+x=usr(1536) Posted April 28 Author Share Posted April 28 On 4/19/2023 at 10:02 PM, tschak909 said: I am running this by @Schadret in our Discord, to see what we should do. -Thom Just curious - any updates on this? There are a number of servers using the feature, so it's not just a me problem Quote Link to comment Share on other sites More sharing options...
tschak909 Posted April 28 Share Posted April 28 1 hour ago, x=usr(1536) said: Just curious - any updates on this? There are a number of servers using the feature, so it's not just a me problem Not yet. It will be reimplemented, though. -Thom 1 Quote Link to comment Share on other sites More sharing options...
trent Posted May 17 Share Posted May 17 On 4/28/2023 at 8:18 AM, tschak909 said: Not yet. It will be reimplemented, though. -Thom Hi @tschak909 Just saw this. That was a pretty simple change made on the config side, if no one has done it yet I'm happy to do another PR with the changes applied to the new config code. I also have a firmware-side change that implements the gopher-like menu functionality that I had originally talked about in a thread here. It is a small change, backwards compatible with the existing config applications, but can be activated with a small change on the config side. I'll try and find a few minutes to throw up a video of how it works to gauge interest. 2 Quote Link to comment Share on other sites More sharing options...
tschak909 Posted May 17 Share Posted May 17 Go fro it. -Thom 1 Quote Link to comment Share on other sites More sharing options...
+x=usr(1536) Posted May 17 Author Share Posted May 17 1 hour ago, tschak909 said: Go fro it. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.