|
|
@ -10,7 +10,7 @@ |
|
|
|
class HardwareTici : public HardwareNone { |
|
|
|
class HardwareTici : public HardwareNone { |
|
|
|
public: |
|
|
|
public: |
|
|
|
static constexpr float MAX_VOLUME = 0.9; |
|
|
|
static constexpr float MAX_VOLUME = 0.9; |
|
|
|
static constexpr float MIN_VOLUME = 0.3; |
|
|
|
static constexpr float MIN_VOLUME = 0.2; |
|
|
|
static bool TICI() { return true; } |
|
|
|
static bool TICI() { return true; } |
|
|
|
static std::string get_os_version() { |
|
|
|
static std::string get_os_version() { |
|
|
|
return "AGNOS " + util::read_file("/VERSION"); |
|
|
|
return "AGNOS " + util::read_file("/VERSION"); |
|
|
|