Skip to content

Commit

Permalink
Bump max EZSP version to 10
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Jackson <chris@cd-jackson.com>
  • Loading branch information
cdjackson committed Mar 16, 2023
1 parent 42278c2 commit 1c7bbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ private void createEmberFrame(Protocol protocol) throws FileNotFoundException, U
out.println(" /**");
out.println(" * The maximum supported version of EZSP");
out.println(" */");
out.println(" private static final int EZSP_MAX_VERSION = 8;");
out.println(" private static final int EZSP_MAX_VERSION = 10;");
out.println();
out.println(" /**");
out.println(" * The network ID bit shift");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public abstract class EzspFrame {
/**
* The maximum supported version of EZSP
*/
private static final int EZSP_MAX_VERSION = 8;
private static final int EZSP_MAX_VERSION = 10;

/**
* The network ID bit shift
Expand Down

0 comments on commit 1c7bbbd

Please sign in to comment.