Ikoka Stick: Use new UI, make repeater & room server work

* Enable the new UI on the BLE and USB Companion roles.
* Fix compilation issues with the repeater and room server roles.
* Remove ESP32-related alternate pinout cruft from the NRF build tree.
* build.sh: add build-matching-firmwares command to allow e.g. building
  all roles for a given variant by passing the variant name.
This commit is contained in:
kelsey hudson
2025-08-16 15:09:42 -07:00
parent 0359df6cb5
commit 022bfc4f4b
5 changed files with 25 additions and 6 deletions

View File

@@ -11,7 +11,9 @@
#ifdef DISPLAY_CLASS
#include <helpers/ui/SSD1306Display.h>
#include <helpers/ui/MomentaryButton.h>
extern DISPLAY_CLASS display;
extern MomentaryButton user_btn;
#endif
extern ikoka_stick_nrf_board board;