w1hkj wrote:

Select a mode entry from the pick list, ie: <MODEM:CTSTIA:250:8>
and save the macro.

Select one of the Wefax modems from the Modem menu.

Then press the macro key.

Fixed: I have to replace REQ_SYNC by REQ in the file wefax.cxx in this function:

void fax_implementation::end_rx(void)
{
/// Synchronized otherwise there might be a crash if something tries to access the data.
        REQ(wefax_pic::abort_rx_viewer );

It will be available in the next push.

Cheers and thanks for the details.

Remi


PS: Another bug was signaled by Fred, the fact that no transmission is possible.

The fix is (Replace "=" by "|=" ):

File wefax/wefax.cxx

wefax::wefax(trx_mode wefax_mode) : modem()
{
    /// Beware that it is already set by modem::modem
    modem::cap |= CAP_AFC | CAP_REV | CAP_IMG ;
    LOG_DEBUG("wefax_mode=%d", (int)wefax_mode);

It will be available in the next push too.

Thanks again for the detailed explanations which help a lot.

PS2:
> Open the macro editor for an unused function key button.
Funny thing: I open "File/Macro/Open" : The window opens behind the main window.


_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha

Reply via email to