Files
meshtastic_firmware/src
Clive BlackledgeandGitHub 28f53d132a refactor: change node count variables from uint8_t to uint16_t (#8478)
This is a non-breaking change that increases the internal representation
of node counts from uint8_t (max 255) to uint16_t (max 65535) to support
larger mesh networks, particularly on ESP32-S3 devices with PSRAM.

Changes:
- NodeStatus: numOnline, numTotal, lastNumTotal (uint8_t -> uint16_t)
- ProtobufModule: numOnlineNodes (uint8_t -> uint16_t)
- MapApplet: loop counters changed to size_t for consistency with getNumMeshNodes()
- NodeStatus: Fixed log format to use %u for unsigned integers

Note: Default class methods keep uint32_t for numOnlineNodes parameter
to match the public API and allow flexibility, even though internal node
counts use uint16_t (max 65535 nodes).

This change does NOT affect protobuf definitions, maintaining wire
compatibility with existing clients and devices.
2025-10-28 15:32:08 -05:00
..
2025-10-24 10:37:38 +11:00
2025-09-04 06:24:04 -05:00
2025-10-04 16:54:19 -05:00
2023-07-14 16:25:20 -05:00
2025-07-02 20:50:49 -05:00
2025-10-19 08:54:56 +11:00
2025-09-19 06:29:18 -05:00
2024-11-04 06:09:23 -06:00
2024-08-06 12:35:54 -05:00
2024-08-06 12:35:54 -05:00
2023-01-21 21:23:24 +01:00
2023-01-21 21:23:24 +01:00
2025-10-07 06:00:09 -05:00
2024-08-06 12:35:54 -05:00
2025-03-16 08:19:46 -05:00
2025-10-24 10:37:38 +11:00
2025-03-01 06:18:33 -06:00
2023-01-21 21:23:24 +01:00
2025-03-01 06:18:33 -06:00