Changeset 14609


Ignore:
Timestamp:
11/13/12 16:53:48 (12 years ago)
Author:
tbretz
Message:
Command to ftm should be RESET_CONFIGURE and not jut RESET
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratescan.cc

    r14608 r14609  
    182182        {
    183183            Message("Rate scan stopped due to timeout.");
    184             Dim::SendCommand("FTM_CONTROL/RESET");
     184            Dim::SendCommand("FTM_CONTROL/RESET_CONFIGURE");
    185185            return RateScan::State::kConnected;
    186186        }
     
    189189        {
    190190            Message("Rate scan finished.");
    191             Dim::SendCommand("FTM_CONTROL/RESET");
     191            Dim::SendCommand("FTM_CONTROL/RESET_CONFIGURE");
    192192            return RateScan::State::kConnected;
    193193        }
     
    297297            return GetCurrentState();
    298298
    299         Dim::SendCommand("FTM_CONTROL/RESET");
     299        Dim::SendCommand("FTM_CONTROL/RESET_CONFIGURE");
    300300        Message("Rate scan manually stopped.");
    301301
Note: See TracChangeset for help on using the changeset viewer.