wireless
Here are 595 public repositories matching this topic...
-
Updated
Jul 25, 2021 - Shell
-
Updated
Apr 18, 2020 - Python
largest occurrence of cout is in hier_block2_detail, for no good reason!
would be relatively easy to replace with GR_LOG_INFO(d_logger,…), but it's mechanic. When done, remove all remainders of debug #ifs and #include <iostream> from the files
Partially addresses #4763
Files to be fixed:
- hier_block2_detail
- qa_blocks_tags.cc
- polar_decoder_common.cc (at least
-
Updated
Jul 25, 2021 - C++
-
Updated
Aug 26, 2020 - Java
-
Updated
Nov 3, 2019 - Python
-
Updated
Jun 13, 2021 - Go
-
Updated
Apr 23, 2019 - Python
Whenever we long press on the tile ( notification panel > share files) it takes to the app settings ( system settings).
I think it would be more useful if it take us to the app itself.
Hope you understood and thank you for the app!
-
Updated
May 13, 2021 - Python
The link is under ##code Contributions -> ### Development Setup, line 94 at time of this issue.
Current (broken) link: https://zmk.dev/docs/dev-setup
Working link: https://zmk.dev/docs/development/setup
#238 introduced a workaround to enable excluding files from minification and versioning because of #232
Since, that functionality has been ported in openwisp-utils in openwisp/openwisp-utils#172 (to simplify maintenance), we can remove the workaround from the ansible role and update the settings accordingly.
Blockers
- Requires openwisp-utils 0.8.0
CSS and Js linting checks are disabled by default from openwisp-qa-check. Check this https://github.com/openwisp/openwisp-utils/#openwisp-qa-check and enable it for controller and remove changes made in openwisp/openwisp-controller#376 related to linting checks. Update readme too.
Indicator CC V4 adds two new commands:
- Indicator Description Get Command
- Indicator Description Report Command
TODOs:
- Implement the new commands
- Implement a
getDescriptionmethod onIndicatorCCAPI - update
@implementedVersiondecor
-
Updated
Jun 28, 2021 - Python
-
Updated
Apr 24, 2021
-
Updated
Apr 27, 2021 - Python
-
Updated
Nov 22, 2019 - Shell
Improve this page
Add a description, image, and links to the wireless topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wireless topic, visit your repo's landing page and select "manage topics."
A common protocol structure is to have a header containing a
lengthfield, followed by data oflengthbytes, followed by additional protocol fields such as a CRC. If the length field is variable, the position of subsequent URH-specified protocol fields defined by fixed position will not be in the correct location.I do not know the best way to address this, but quick and easy way to support