Skip to content

Fix RAK11310 build: add no-op attachDynamicPrefs() - #3508

Merged
liamcottle merged 1 commit into
meshcore-dev:devfrom
marcelverdult:fix/rak11310-attach-dynamic-prefs
Sep 27, 2026
Merged

liamcottle merged 1 commit into
meshcore-dev:devfrom
marcelverdult:fix/rak11310-attach-dynamic-prefs

Conversation

@marcelverdult

Copy link
Copy Markdown
Contributor

All RAK_11310_* envs currently fail to build on dev:

examples/simple_repeater/MyMesh.cpp:986:9: error: 'class RAK11310Board' has no member named 'attachDynamicPrefs'

RAK11310Board derives directly from mesh::MainBoard and is the only board class without attachDynamicPrefs(). This adds the same no-op already used by ESP32Board, NRF52Board, STM32Board, WaveshareBoard and PicoWBoard (9ab1315).

Tested: pio run -e RAK_11310_repeater, -e RAK_11310_room_server, -e RAK_11310_companion_radio_usb all build successfully.

@liamcottle
liamcottle merged commit db7a5f9 into meshcore-dev:dev Sep 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants