Skip to content

Commit

Permalink
Bump EZSP to V12 (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdjackson authored Oct 25, 2023
1 parent c3a9565 commit 9105b7f
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 @@ -978,7 +978,7 @@ private void createEmberFrame(Protocol protocol) throws FileNotFoundException, U
out.println(" /**");
out.println(" * The maximum supported version of EZSP");
out.println(" */");
out.println(" public static final int EZSP_MAX_VERSION = 11;");
out.println(" public static final int EZSP_MAX_VERSION = 12;");
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
*/
public static final int EZSP_MAX_VERSION = 11;
public static final int EZSP_MAX_VERSION = 12;

/**
* The network ID bit shift
Expand Down

0 comments on commit 9105b7f

Please sign in to comment.