mozzwald
mozzwald
I've tested browsh on a Zipit Z2 which has no mouse input (or gui for that matter) in an ash shell over SSH running inside tmux. There is no way...
@billkendrick can you retest with the latest firmware? I increased the http timeout which was causing issues with some other apps.
I'm not sure if this will work, but try setting the "Activate by Pulldown Resistor or Button B?" option to Button B in the web interface and test if it...
@marsieman I've pushed an update to the firmware that allows disabling cassette emulation from the webui. Can you please test and confirm this works? thanks https://atariage.com/forums/topic/313303-fujinet-firmware-update-information-please-do-not-reply/?do=findComment&comment=5027820
As a work around I'm using tmux v2.2 to handle the terminal bell in termux with the following: `apt install tmux play-audio` usr/etc/profile.d/tmux.sh ``` if [ $TMUX ] ; then...
> I loaded up "FujiNet 400 800 v1.7 Case" in Tinkercad, grouped the two standoffs with the case, and exported a new STL. this is the way, but it looks...
@dlxmax try running the file through https://www.formware.co/onlinestlrepair and see if that helps. I just went into Tinkercad, verified they were grouped and exported the file again.
@dlxmax try this and let me know if it works [400-800-stl-test.zip](https://github.com/FujiNetWIFI/fujinet-hardware/files/15030829/400-800-stl-test.zip)
fixed in #700
@d3viant the problem is related to this line in platformio.ini: https://github.com/idolpx/meatloaf-specialty/blob/915158e5870ed8bb81bb3419aff64ffc25a6484f/platformio.ini.sample#L59 try removing the beginning slash. if that doesnt work, hardcode the direct path the the data dir as it...