Skip to content

Commit 4b4ebad

Browse files
Update firmware version
1 parent a5a1ab6 commit 4b4ebad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlightControl_Demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ namespace LogModes {
153153

154154
/////////////////////////// BEGIN USER CONFIG ////////////////////////
155155
//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
157157

158158
const int backhaulCount = 4; //Number of log events before backhaul is performed
159159
const unsigned long logPeriod = 300; //Number of seconds to wait between logging events

0 commit comments

Comments
 (0)