mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-20 22:35:38 +00:00
6d496934d9
- Replaced the use of AdvertFlags enum for flag parsing with bitwise operations to handle invalid values correctly. - Updated the parsing logic in both MessageHandler and MapUploaderService to use boolean flags for better clarity and performance. - Adjusted error logging to use warnings instead of errors for parsing issues, enhancing the logging strategy. - Added unit tests to ensure correct parsing behavior for edge cases with invalid flag values.