Skip to content

Commit

Permalink
PJONDefines.h PJON_MASTER_ID default added
Browse files Browse the repository at this point in the history
  • Loading branch information
gioblu committed Jan 31, 2021
1 parent 77e968e commit e107d76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/PJONDefines.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ limitations under the License. */
#define PJON_NOT_ASSIGNED 255
#endif

/* Device id used by master */
#ifndef PJON_MASTER_ID
#define PJON_MASTER_ID 254
#endif

/* Internal constants: */
#define PJON_FAIL 65535
#define PJON_TO_BE_SENT 74
Expand Down

0 comments on commit e107d76

Please sign in to comment.