mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-14 23:26:38 +00:00
Upstream's version transitively pulls Stream in via NodePrefs.h -> ConfigSerializer.h -> Arduino.h. Our fork's companion NodePrefs.h is a plain, manually-serialized struct (no ConfigSerializer), so that chain doesn't exist here and Stream was undeclared. Include it directly, matching every other file in this codebase that needs Stream. The test body itself stays #if 0 (upstream: "cannot be set yet"), so this only fixes the build, not test coverage.