Skip to content

Commit

Permalink
Additional settings should set API mode to non-escaping
Browse files Browse the repository at this point in the history
- ZigBee HA AP needs to be 1 (non-escaped) (based on Digi knowledge-base article). Original issue reported by ST community member gazor
- Added err.txt to ignore list
  • Loading branch information
exsilium committed Jan 1, 2018
1 parent 9f53c1f commit 94ebc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.DS_Store
err.txt
obj
2 changes: 1 addition & 1 deletion include/custom.h
Expand Up @@ -11,7 +11,7 @@
#define XBEE_PARAM_NJ 0x5A
#define XBEE_PARAM_NH 0x1E
#define XBEE_PARAM_NO 3
#define XBEE_PARAM_AP 2
#define XBEE_PARAM_AP 1
#define XBEE_PARAM_EE 1
#define XBEE_PARAM_EO 1
#define XBEE_PARAM_KY "5A6967426565416C6C69616E63653039"
Expand Down

0 comments on commit 94ebc21

Please sign in to comment.