Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
proddybot committed Feb 1, 2021
1 parent c872f19 commit 0f58845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dallassensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ class DallasSensor {
static constexpr uint8_t CMD_CONVERT_TEMP = 0x44;
static constexpr uint8_t CMD_READ_SCRATCHPAD = 0xBE;

static constexpr int8_t SCAN_START = -3;
static constexpr int8_t SCAN_MAX = 5;
static constexpr int8_t SCAN_START = -3;
static constexpr int8_t SCAN_MAX = 5;

static uuid::log::Logger logger_;

Expand Down

0 comments on commit 0f58845

Please sign in to comment.