Skip to content
Snippets Groups Projects
Commit 3df1aac9 authored by Robert Lefebvre's avatar Robert Lefebvre
Browse files

Change to increase Parameter space as we have run out.

This will decrease the max number of waypoints from 186
to 169.
parent abb426ae
No related branches found
No related tags found
No related merge requests found
......@@ -358,8 +358,8 @@ enum gcs_severity {
// EEPROM addresses
#define EEPROM_MAX_ADDR 4096
// parameters get the first 1280 bytes of EEPROM, remainder is for waypoints
#define WP_START_BYTE 0x500 // where in memory home WP is stored + all other WP
// parameters get the first 1536 bytes of EEPROM, remainder is for waypoints
#define WP_START_BYTE 0x600 // where in memory home WP is stored + all other WP
#define WP_SIZE 15
#define ONBOARD_PARAM_NAME_LENGTH 15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment