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

1.0.0 rc.1 #68

Merged
merged 14 commits into from
Apr 14, 2020
Merged

1.0.0 rc.1 #68

merged 14 commits into from
Apr 14, 2020

Conversation

paidforby
Copy link
Contributor

Merging 1.0.0-rc.1 branch into master. This introduces a number of backwards compatibility breaking changes so it should not be used in environments with old, not up-to-date nodes.

Changes include,

struct Datagram {
    uint8_t destination[ADDR_LENGTH];
    uint8_t type;
    uint8_t message[239];
};

There are more changes that are coming, including fifo buffers for LoRaLayer2, a user configurable duty cycle option, and possible updates to the web app and maybe even support for two LoRa antennas, so keep an eye out for a 1.0.0-rc.2 branch.

@paidforby paidforby merged commit bdcc33c into master Apr 14, 2020
@paidforby paidforby deleted the 1.0.0-rc.1 branch April 14, 2020 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from using String to using struct for messages between server and clients
2 participants