ich kenne ja nicht die FW-Release mit der Du arbeitest, aber die Jungs rund ums FN-Team sind doch sehr fleissig und implementieren regelmäßig neue Features und beheben Bugs 😉.
Hier einfach mal eine kurze Zusammenfassung der FW Release Notes (kann jeder selber prüfen, auf welchem Stand sein FN derzeit ist und schauen, ob ihm das FW flashen Vorteile bringt)....
FujiNet Version: 0.5.d4cb81e3
Version Date/Time: 2021-02-24 05:19:32
* (modem.cpp) - Properly reset modem to command mode after DTR and CRX is dropped
* (sdkconfig.defaults) - regenerate for IDF 4.2, Change mbedTLS allocation strategy to SPIRAM, which fixes N: HTTPS adapter
* (modem.cpp) - Baud Lock command AUX1 now sets explicit baud rate
FujiNet Version: 0.5.043f69be
Version Date/Time: 2021-03-11 02:29:28
* NEW 'mount and boot' feature: This makes FujiNet skip CONFIG and instead mounts all slots and cold starts for a faster boot up. You can press SELECT during the 'mount and boot' to re-enter CONFIG. In the web interface under BOOT SETTINGS you select/enable 'Mount Everything' to turn this on.
FujiNet Version: 0.5.ed9d13bd
Version Date/Time: 2021-03-15 00:55:47
* Temporarily Limit bytes waiting to 512 to work around race condition of getting status during opening a file.
FujiNet Version: 0.5.c3a06184
Version Date/Time: 2021-03-26 00:42:49
* Disabling CONFIG from the webui enables auto mounting of configured slots during FujiNet bootup
* New hardware version detection functions
* Bugfix: Change TNFS payload size
FujiNet Version: 0.5.879c407c
Version Date/Time: 2021-04-02 01:14:21
* modem: +++ now drops to command mode instead of disconnect
* modem: implement ATO command to re-enter modem mode from command mode
* hardware: implement SD Card detection for hardware version v1.6 and up. Card removal resets the fujinet, insertion starts the SD card service.
* Updated fnc-tools
FujiNet Version: 0.5.5d1bd4af
Version Date/Time: 2021-04-05 21:27:01
* Improved FTP support
* SIO voltage calculation for v1.6 hardware
FujiNet Version: 0.5.564cc6ca
Version Date/Time: 2021-04-09 00:10:01
* More FTP improvements
* Ability to browse hosts and mount disk images from the web ui:
FujiNet Version: 0.5.24da0c96
Version Date/Time: 2021-04-10 00:41:00
* Add option to mount READ or READ/WRITE from webui
FujiNet Version: 0.5.570061a6
Version Date/Time: 2021-04-25 00:00:38
* Added 512 byte disk sector support
* Working SSH support
* Link to the wiki in webui
* Alpha SMB support
* Faster loading of config with splash screen (thanks @apc!)
FujiNet Version: 0.5.6f806979
Version Date/Time: 2021-06-03 03:48:26
* Added support for chunked HTTP transfers. Can now get looooong web pages
FujiNet Version: 0.5.194250a3
Version Date/Time: 2021-06-09 19:15:24
* Fix fnCONFIG bug where empty SD Card could allow mounting a non-existent file or not allow creation of new disk
* CP/M mode now uses set baud rate of terminal instead of fixed 9600 (DT80 calls SIO cmd 'Z' which still forces 9600 baud)
FujiNet Version: 0.5.194250a3
Version Date/Time: 2021-06-09 19:15:24
* Adding fnconfig_on_spifs=0 to the General section of fnconfig.ini on your SD Card will disable the use of fnconfig.ini on the FujiNet's internal SPIFFS as long as and SD Card is present. This reduces writes to the flash storage to prolong it's life. FujiNet without SD Card will still use/save config to SPIFFS. Thank you @ninex for the code submission!
* Default advertised Bluetooth name is now SIO2BTFujiNet to maintain compatibility with the SIO2BT Android app.
FujiNet Version: 0.5.bbbb9f96
Version Date/Time: 2021-07-17 23:14:15
* Add error handling to prevent crash when saving config to SPIFFS or SD Card
* Improved joystick support in fnCONFIG from @greblus
* New APETIME commands from @billkendrick (for use with APOD or your own program)
- New SETTZ call for APETIME (0x99), which allows you to send a string
from the Atari to FujiNet, specifying the timezone you wish to receive times for
rather than the timezone set on the FujiNet (e.g., via web interface)
- The standard GETTIME call (0x93) is unaffected. A new call, GETTZTIME (0x9A)
fetches the time in the timezone specified when SETTZ was called
* New web ui configuration option from @ninex to disable SIO STATUS
wait which fixes issue with SpartaDOS X ejecting config disk on boot
FujiNet Version: 0.5.ba2f6751
Version Date/Time: 2021-07-27 12:03:04
* Add SD Card detection for GPIO15
* Add detected hardware version to web ui display
* Add 512 sector size option when creating new custom disks in fnCONFIG
FujiNet Version: 0.5.cec57d6a
Version Date/Time: 2021-12-11 17:57:01
* This is a major update of the code as mentioned here to support other systems. There may/probably/most likely will be bugs. Please file reports on the Github issue tracker, on Discord or in the FujiNet subforum.
Bluetooth / SIO2BT mode has been removed until we can implement a smaller BT stack in the firmware
FujiNet Version: 0.5.1a042314
Version Date/Time: 2021-12-27 23:17:47
* Now built with ESP-IDF toolkit v3.4.0 (mozzwald)
* Printer List dynamically generated (TechCowboy)
* Fix modem bug transmit regression. (tschak909)
FujiNet Version: 0.5.754cca23
Version Date/Time: 2021-12-28 05:02:18
* Reset Type 1 Poll counter after sending handler so we can send it again if requested, Fixes #472
FujiNet Version: 0.5.53154ca4
Version Date/Time: 2021-12-31 04:44:08
* Increase event size stack from 2304 bytes to 4096 to prevent crashes
FujiNet Version: 0.5.76a2af1a
Version Date/Time: 2022-01-02 16:32:34
* Increase http server task priority (web interface)
* Option to disable printer and modem from the web interface if you wish to use a real modem or printer
* Option to enable modem sniffer and view it's log from web interface
* Option to Mount all disk slots in web interface
FujiNet Version: 0.5.f8cc4292
Version Date/Time: 2022-01-03 23:24:24
* Yesterdays update introduced a new bug preventing mounting a disk from the webui. This update fixes the bug.