File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
examples/RFM69_RFM95_ATC_SignalReport Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1919 *******************************
2020 *
2121 * REVISION HISTORY
22- * Version 1.0 - tekka
22+ * Version 1.1 - tekka
2323 *
2424 * DESCRIPTION
2525 * ATC mode settings and signal report functions, on RFM69 and RFM95 nodes
2929// Enable debug prints
3030#define MY_DEBUG
3131
32+ // Enable signal report functionalities
33+ #define MY_SIGNAL_REPORT_ENABLED
34+
3235// Enable and select radio type attached
3336
3437// RFM69
@@ -71,7 +74,7 @@ void setup()
7174void presentation ()
7275{
7376 // Send the sketch version information to the gateway and controller
74- sendSketchInfo (" ATC" , " 1.0 " );
77+ sendSketchInfo (" ATC" , " 1.1 " );
7578
7679 // Register all sensors to gw (they will be created as child devices)
7780 present (CHILD_ID_UPLINK_QUALITY, S_CUSTOM, " UPLINK QUALITY RSSI" );
You can’t perform that action at this time.
0 commit comments