This commit is contained in:
nightflyer88 2020-09-27 11:55:06 +02:00
parent 1ce3c18ada
commit f09a2e6647

View File

@ -9,6 +9,7 @@
****************************************************************** ******************************************************************
history: history:
V2.01 29.01.20 small bug fixes with AVR
V2.0 26.01.20 Webpage rewritten, no bootstrap framework needed V2.0 26.01.20 Webpage rewritten, no bootstrap framework needed
add translation to webpage (en, de) add translation to webpage (en, de)
optimized for measuring with landinggears optimized for measuring with landinggears
@ -100,9 +101,9 @@ File fsUploadFile; // a File object to temporarily store the receiv
#include "defaults.h" #include "defaults.h"
struct Model { struct Model {
char name[MAX_MODELNAME_LENGHT + 1] = "";
float distance[3] = {DISTANCE_X1, DISTANCE_X2, DISTANCE_X3}; float distance[3] = {DISTANCE_X1, DISTANCE_X2, DISTANCE_X3};
#if defined(ESP8266) #if defined(ESP8266)
char name[MAX_MODELNAME_LENGHT + 1] = "";
float targetCGmin = 0; float targetCGmin = 0;
float targetCGmax = 0; float targetCGmax = 0;
uint8_t mechanicsType = 0; uint8_t mechanicsType = 0;