mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-20 18:16:37 +00:00
Move the rotation input to target.cpp
This commit is contained in:
@@ -1,14 +1,4 @@
|
||||
#include "HeltecRC32Board.h"
|
||||
#if defined(UI_HAS_ROTARY_INPUT)
|
||||
#include "HeltecRC32RotaryInput.h"
|
||||
#endif
|
||||
|
||||
#if defined(UI_HAS_ROTARY_INPUT)
|
||||
RotaryInput& HeltecRC32Board::rotaryInput() {
|
||||
static HeltecRC32RotaryInput input(&periph_power);
|
||||
return input;
|
||||
}
|
||||
#endif
|
||||
|
||||
void HeltecRC32Board::begin() {
|
||||
ESP32Board::begin();
|
||||
|
||||
Reference in New Issue
Block a user