diff --git a/libraries/SondeLib/Sonde.h b/libraries/SondeLib/Sonde.h index d181bba..9b1b5e2 100644 --- a/libraries/SondeLib/Sonde.h +++ b/libraries/SondeLib/Sonde.h @@ -38,8 +38,8 @@ typedef struct st_sondeinfo { class Sonde { private: - int currentSonde = 0; public: + int currentSonde = 0; int nSonde; SondeInfo sondeList[MAXSONDE+1];