mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-04 00:48:24 +02:00
0.8.65 - 2024-01-24
* removed patch for NRF `PLOS` * fix lang issues #1388 * fix build on Windows of `opendtufusion` environments (git: trailing whitespaces)
This commit is contained in:
parent
7f386f07df
commit
97d74d3090
10 changed files with 28 additions and 92 deletions
|
@ -1,35 +0,0 @@
|
|||
diff --git a/RF24.cpp b/RF24.cpp
|
||||
index 9e5b4a8..a4de63c 100644
|
||||
--- a/RF24.cpp
|
||||
+++ b/RF24.cpp
|
||||
@@ -1871,6 +1871,11 @@ uint8_t RF24::getARC(void)
|
||||
return read_register(OBSERVE_TX) & 0x0F;
|
||||
}
|
||||
|
||||
+uint8_t RF24::getPLOS(void)
|
||||
+{
|
||||
+ return read_register(OBSERVE_TX) & 0x0F;
|
||||
+}
|
||||
+
|
||||
/****************************************************************************/
|
||||
|
||||
bool RF24::setDataRate(rf24_datarate_e speed)
|
||||
diff --git a/RF24.h b/RF24.h
|
||||
index dbd32ae..a3d6b52 100644
|
||||
--- a/RF24.h
|
||||
+++ b/RF24.h
|
||||
@@ -1644,6 +1644,7 @@ public:
|
||||
* @return Returns values from 0 to 15.
|
||||
*/
|
||||
uint8_t getARC(void);
|
||||
+ uint8_t getPLOS(void);
|
||||
|
||||
/**
|
||||
* Set the transmission @ref Datarate
|
||||
@@ -2415,4 +2416,4 @@ private:
|
||||
* Use `ctrl+c` to quit at any time.
|
||||
*/
|
||||
|
||||
-#endif // __RF24_H__
|
||||
\ No newline at end of file
|
||||
+#endif // __RF24_H__
|
Loading…
Add table
Add a link
Reference in a new issue