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

[SERIAL] Enable SERIAL communication layer #2068

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

1technophile
Copy link
Owner

Description:

Add Serial as a communication layer to transmit data to/from serial
Enable discovery of BT sensors through serial
Add serial heartbeat

Change the discovery principle for interval and intervalacts, keep them always discovered, and deactivate adaptivescan when changed. Instead of removing their discovery when adaptive scan is activated

Increase JSON_MSG_BUFFER_MAX as we are now using const char* for msg transport and it requires more memory for Arduino Json Deserialization

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

Add Serial as a communication layer so as to transmit data to/from serial
Enable discovery of BT sensors through serial
Add serial heartbeat

Change discovery principle for interval and intervalacts, keep them always discovered and deactivate adaptivescan when changed. Instead of removing their discovery when adaptive scan is activated

Increase JSON_MSG_BUFFER_MAX as we are now using const char* and it requires more memory for Arduino Json Deserialization
@1technophile 1technophile changed the title [SERIAL] Enable SERIAL to X communication [SERIAL] Enable SERIAL communication layer Sep 25, 2024
@1technophile 1technophile merged commit 3187ed6 into development Sep 26, 2024
149 checks passed
@1technophile 1technophile deleted the serial-com-layer branch September 26, 2024 11:55
odoral pushed a commit to odoral/OpenMQTTGateway that referenced this pull request Oct 18, 2024
Add Serial as a communication layer so as to transmit data to/from serial
Enable discovery of BT sensors through serial
Add serial heartbeat

Change discovery principle for interval and intervalacts, keep them always discovered and deactivate adaptivescan when changed. Instead of removing their discovery when adaptive scan is activated

Increase JSON_MSG_BUFFER_MAX as we are now using const char* and it requires more memory for Arduino Json Deserialization

Co-authored-by: Florian <[email protected]>
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.

1 participant