Skip to content

Commit

Permalink
Adds Version of library as constant ROX_VERSION_STR
Browse files Browse the repository at this point in the history
  • Loading branch information
neroroxxx committed May 14, 2024
1 parent 7d33adf commit 50fcd18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/RoxMux.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

#include <Arduino.h>

#define ROX_VERSION_MAJ 1
#define ROX_VERSION_MIN 7
#define ROX_VERSION_PATCH 3
#define ROX_VERSION_STR "1.7.3"

//RoxLatchingRelay and RoxNonLatchingRelay
#define ROX_RESET 0
#define ROX_SET 1
Expand Down

0 comments on commit 50fcd18

Please sign in to comment.