mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
base64.hpp is header-only; including it in a .h file pulled into multiple translation units caused duplicate symbol errors at link time. Replaced with a self-contained static pubKeyToBase64() method inside NearbyScreen that implements the same standard base64 encoding without any external include. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>