diff --git a/src/core/meade/MeadeParser.hpp b/src/core/meade/MeadeParser.hpp index 3dd9912a..4f998ea8 100644 --- a/src/core/meade/MeadeParser.hpp +++ b/src/core/meade/MeadeParser.hpp @@ -39,7 +39,7 @@ namespace meade class MeadeResponse { public: - static constexpr size_t Capacity = 64; + static constexpr size_t Capacity = 128; MeadeResponse() : _length(0) { @@ -815,4 +815,4 @@ void dispatchMeadeCommand(MeadeResponse &r, const char *input, IMeadeHandlers &h } // namespace meade } // namespace core -} // namespace oat \ No newline at end of file +} // namespace oat