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

SignalReport disabled by default #1027

Merged
merged 1 commit into from
Jan 11, 2018

Conversation

tekka007
Copy link
Contributor

@tekka007 tekka007 commented Jan 9, 2018

This saves 1kB of flash - enable only if needed (#define MY_SIGNAL_REPORT_ENABLED)

@tekka007 tekka007 added this to the 2.2.0 milestone Jan 9, 2018
@tekka007 tekka007 force-pushed the SignalReport branch 2 times, most recently from 9b45754 to 460f293 Compare January 9, 2018 23:05
MyConfig.h Outdated
#endif
* @def MY_SIGNAL_REPORT_ENABLED
* @brief Enables signal report functionality.
* @note Enabled by default. This feature adds ~1kB code to the sketch.
Copy link
Member

Choose a reason for hiding this comment

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

Is signal report enabled by default or not? Commit message says not enabled, doxygen comment says enabled.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch - will update the PR. Thanks

@mfalkvidd mfalkvidd merged commit 1feae06 into mysensors:development Jan 11, 2018
@tekka007 tekka007 deleted the SignalReport branch January 11, 2018 19:03
mfalkvidd added a commit to mfalkvidd/MySensors that referenced this pull request Feb 18, 2018
…-inclusionfix

* origin/development: (31 commits)
  Development version 2.2.1-alpha (mysensors#1043)
  MySensors 2.2.0 release
  Update README.md for upcoming release (mysensors#994)
  Add MY_INCLUSION_LED_PIN (mysensors#1030)
  Relax Gitler on commit headline length (mysensors#1031)
  Correct misspells (mysensors#1028)
  SignalReport disabled by default (mysensors#1027)
  Linux/SerialPort: Log success message (mysensors#1021)
  Linux: Fix null ptr exception (mysensors#1025)
  Update doxygen (mysensors#1024)
  Doxygenize MyGatewayTransport (mysensors#1023)
  RFM69: Fix compiler warnings (mysensors#1020)
  Add MY_RS485_SOH_COUNT option (mysensors#1014)
  Update reference to Code Contribution Guidelines (mysensors#1011)
  MySensors 2.2.0-rc.2 (mysensors#1000)
  Use correct separator in keywords.txt (mysensors#1008)
  Fix FOTA updates with smart sleep (mysensors#999)
  Harmonize debug outputs (mysensors#1002)
  Add MY_DEBUGDEVICE to redirect debug output (mysensors#1006)
  MySensors 2.1.1 release (mysensors#752)
  ...
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