Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump EZSP to V12 #1410

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading