1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

fix AIS decoding memory leaks

This commit is contained in:
andreas
2021-10-30 13:13:45 +02:00
parent 8182ce1fe9
commit 9b65ce51d4
2 changed files with 1 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <vector>
#include <string>
#define MAX_SHIP_IN_VECTOR 5
#define MAX_SHIP_IN_VECTOR 200
class ship {
public:
uint32_t _userID;