Skip to content

Commit

Permalink
This is v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranau-R committed Apr 8, 2024
1 parent d0a1af3 commit acf3e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Catena4430_Sensor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static_assert(
"This sketch requires Catena-Arduino-Platform v0.21.0-5 or later"
);

constexpr std::uint32_t kAppVersion = McciCatena4430::makeVersion(2,3,1,0);
constexpr std::uint32_t kAppVersion = McciCatena4430::makeVersion(2,4,0,0);
constexpr std::uint32_t kDoubleResetWaitMs = 3000;
constexpr std::uint32_t kSetDoubleResetMagic = 0xCA44301;
constexpr std::uint32_t kClearDoubleResetMagic = 0xCA44300;
Expand Down
4 changes: 2 additions & 2 deletions Catena4430_cMeasurementLoop.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ class cMeasurementLoop : public McciCatena::cPollableObject
public:
// version parameters
static constexpr std::uint8_t kMajor = 2;
static constexpr std::uint8_t kMinor = 3;
static constexpr std::uint8_t kPatch = 1;
static constexpr std::uint8_t kMinor = 4;
static constexpr std::uint8_t kPatch = 0;
static constexpr std::uint8_t kLocal = 0;

// some parameters
Expand Down

0 comments on commit acf3e91

Please sign in to comment.