Skip to content

Commit

Permalink
Уменьшение интервала обновления положения привода по умолчанию
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoblinHero committed Feb 1, 2024
1 parent c0efd40 commit 7594985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bus_t4/nice-bust4.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static const uint32_t BAUD_WORK = 19200; /* рабочий бодрэйт */
static const uint8_t START_CODE = 0x55; /*стартовый байт пакета */

static const float CLOSED_POSITION_THRESHOLD = 0.007; // Значение положения привода в процентах, ниже которого ворота считаются полностью закрытыми
static const uint32_t POSITION_UPDATE_INTERVAL = 1000; // Интервал обновления текущего положения привода, мс
static const uint32_t POSITION_UPDATE_INTERVAL = 500; // Интервал обновления текущего положения привода, мс

/* сетевые настройки esp
Ряд может принимать значения от 0 до 63, по-умолчанию 0
Expand Down

0 comments on commit 7594985

Please sign in to comment.