You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FlightControl_Demo.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ namespace LogModes {
96
96
97
97
/////////////////////////// BEGIN USER CONFIG ////////////////////////
98
98
//PRODUCT_ID(18596) //Configured based on the target product, comment out if device has no product
99
-
PRODUCT_VERSION(31) //Configure based on the firmware version you wish to create, check product firmware page to see what is currently the highest number
99
+
PRODUCT_VERSION(32) //Configure based on the firmware version you wish to create, check product firmware page to see what is currently the highest number
100
100
101
101
const int backhaulCount = 4; //Number of log events before backhaul is performed
102
102
constunsignedlong logPeriod = 300; //Number of seconds to wait between logging events
0 commit comments