OpenEtherCATsociety / SOEM

Simple Open Source EtherCAT Master
Other
1.24k stars 653 forks source link

Allow FoE write of 0byte file #769

Closed nakarlsson closed 7 months ago

nakarlsson commented 7 months ago

If FoE write of a file is done, no check of incoming size is performed. If the file is 0byte, a FoE Write Request is sent but no ACK since dofinalzero is initialized to FALSE.

fixes #766