linguini1 commented on code in PR #15828:
URL: https://github.com/apache/nuttx/pull/15828#discussion_r1986141482
##########
include/nuttx/wireless/ioctl.h:
##########
@@ -57,16 +57,58 @@
#define WLIOC_GETADDR _WLCIOC(0x0004) /* arg: Pointer to address value,
format
* of the address is driver
specific */
#define WLIOC_SETTXPOWER _WLCIOC(0x0005) /* arg: Pointer to int32_t, */
- /* output power (in dBm) */
+ /* output power (in 0.01 dBm) */
Review Comment:
You're right, it was my intention to change this globally once we decided on
a better LoRa framework, but I can patch the docs if that's necessary.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]