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
@@ -153,7 +153,7 @@ namespace LogModes {
153
153
154
154
/////////////////////////// BEGIN USER CONFIG ////////////////////////
155
155
//PRODUCT_ID(18596) //Configured based on the target product, comment out if device has no product
156
-
PRODUCT_VERSION(33) //Configure based on the firmware version you wish to create, check product firmware page to see what is currently the highest number
156
+
PRODUCT_VERSION(34) //Configure based on the firmware version you wish to create, check product firmware page to see what is currently the highest number
157
157
158
158
const int backhaulCount = 4; //Number of log events before backhaul is performed
159
159
constunsignedlong logPeriod = 300; //Number of seconds to wait between logging events
0 commit comments