Closed skasti closed 1 month ago
Filetype?
$F
outputs a filtered list of files, if the file does not match the filter use $F+
to list all files. Or select View all in the popup menu available from the ioSender file list.
Note that the macro filetype was recently added, and ioSender will soon get a more easy/visible way of selecting "view all files".
I think this is due to a bug in the pre-baked flexi-hal firmware, as it started working fine when I built the firmware myself with some tweaks. Not been able to reproduce it since, and did not notice which tweak fixed it! 😂
Board: Flexi-HAL with ethernet/sd expansion Firmware: https://github.com/Expatria-Technologies/STM32F4xx/releases/tag/flexi-hal-v1.0.0.6
FLEXI_HAL_4AXIS_ETH_SD_PRB_20240604_060724.uf2
Sender: ioSender 2.0.44
Disclaimer: I realize it is likely that this could be caused by the beta release, or maybe I did not do something right when updating firmware, but I still thought this was strange enough to create an issue. If nothing else, just so I can get an understanding of what I am doing wrong 😅
Description: ioSender allowed me to upload a file (yModem, as I am using USB only), and it gives me the
uploading
and thentransfer done
messages in the status bar. But the file does not show up in ioSendersSD Card
-tab.I also do not get any response when running
$F
: (i checkedverbose
, and I only get anok
response)However, when extracting the SD-card, the files I have tried uploading were in fact there, and after re-inserting the sd-card, I was able to run a macro using
G65 P301
($F
and theSD Card
tab in ioSender still show no files).