• OpenSUSE uses rpm packages but it's not a RHEL derivative, their packages have different names so the current instructions are wrong for OpenSUSE users.
    
    This change fixes the issue.
    
    I've successfully built openhantek on OpenSUSE Tumbleweed and it works with a Hantek 6022BE.
    Alberto Bursi authored
     
    Browse Dir »






  • * Add new feature flag "isFixedSamplerateDevice" and a new "fixedSampleRates"
      vector for fixed sample rate devices.
    * Add "specialTriggerChannels" to the device specifications and remove it from
      hantekdsocontrol.
    * Correct constness mistakes
    * Convert BulkCode to enum class. All (uint8_t) conversions need to disappear
      with a second refactoring round, when the command and commandPending field
      will be redone.
    
    Bigger picture:
     - The hantekdsocontrol class should not differentiate on specific model commands.
     - Get rid of the switch in HantekDsoControl::setTriggerSource
     - Unite HantekDsoControl::"command" and "commandPending" by adding a
       pending flag to the new BulkCommand class.
     - Unite HantekDsoControl::"control" and "controlPending" by adding a
       pending flag to the new ControlCommand class.
     - Get rid of HantekDsoControl::"controlCode"
    David Graeff authored
     
    Browse Dir »