MeshCore/examples
João Brázio 1948d284a0
Extract serial bridge into dedicated classes
This commit refactors the serial bridge functionality out of the `simple_repeater` example and into a more reusable, object-oriented structure.

An `AbstractBridge` interface has been introduced, along with a concrete `SerialBridge` implementation. This encapsulates all the logic for packet framing, checksum calculation, and serial communication, cleaning up the main example file significantly.

The `simple_repeater` example now instantiates and uses the `SerialBridge` class, resulting in better separation of concerns and improved code organization.
2025-09-04 23:43:05 +01:00
..
companion_radio * ver bump 2025-09-01 19:32:15 +10:00
simple_repeater Extract serial bridge into dedicated classes 2025-09-04 23:43:05 +01:00
simple_room_server * ver bump 2025-09-01 19:32:15 +10:00
simple_secure_chat * companion: new CMD_GET_ADVERT_PATH -> RESP_CODE_ADVERT_PATH 2025-06-18 16:02:09 +10:00
simple_sensor * ver bump 2025-09-01 19:32:15 +10:00