mirror of
				https://github.com/manuelbl/ttn-esp32.git
				synced 2025-10-31 10:40:35 +01:00 
			
		
		
		
	Add rssi() function
This commit is contained in:
		| @ -400,6 +400,15 @@ public: | ||||
|      */ | ||||
|     TTNRFSettings rx2Settings(); | ||||
|  | ||||
|     /** | ||||
|      * @brief Gets the received signal strength indicator (RSSI). | ||||
|      *  | ||||
|      * RSSI is the measured signal strength of the last recevied message (incl. join responses). | ||||
|      *  | ||||
|      * @return RSSI, in dBm | ||||
|      */ | ||||
|     int rssi(); | ||||
|  | ||||
| private: | ||||
|     TTNMessageCallback messageCallback; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user