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

updates to 3.7.1 #2154

Merged
merged 12 commits into from
Oct 30, 2024
Merged

updates to 3.7.1 #2154

merged 12 commits into from
Oct 30, 2024

Conversation

proddy
Copy link
Contributor

@proddy proddy commented Oct 29, 2024

minor updates to comments and doc.

I created a data folder. So when you add a file called pre_load.json , doing a pio run -e s3_16M_P -t uploadfs (example) will pre-install some user settings.

@proddy proddy merged commit 2df67c2 into emsesp:dev Oct 30, 2024
@@ -133,7 +133,7 @@ class Telegram {
auto msg_size = (index - this->offset + num_bytes - 1);

if ((index < this->offset) || (msg_size >= this->message_length) || (msg_size > EMS_MAX_TELEGRAM_MESSAGE_LENGTH)) {
return false;
return false; // TODO we should set value to a default value here
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No!, we often get only parts of a telegram. If a value is not in this part (offset/length) we don't want to change it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay!

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.

2 participants