mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Add HackRF mode explanation text.
This commit is contained in:
parent
250da67d0f
commit
24e398ca62
@ -155,6 +155,10 @@ HackRFFirmwareView::HackRFFirmwareView(NavigationView& nav) {
|
|||||||
|
|
||||||
add_children({ {
|
add_children({ {
|
||||||
&text_title,
|
&text_title,
|
||||||
|
&text_description_1,
|
||||||
|
&text_description_2,
|
||||||
|
&text_description_3,
|
||||||
|
&text_description_4,
|
||||||
&button_yes,
|
&button_yes,
|
||||||
&button_no,
|
&button_no,
|
||||||
} });
|
} });
|
||||||
|
@ -93,8 +93,28 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
Text text_title {
|
Text text_title {
|
||||||
{ 6 * 8, 7 * 16, 19 * 8, 16 },
|
{ 76, 4 * 16, 19 * 8, 16 },
|
||||||
"Enter HackRF Mode?"
|
"HackRF Mode"
|
||||||
|
};
|
||||||
|
|
||||||
|
Text text_description_1 {
|
||||||
|
{ 4, 7 * 16, 19 * 8, 16 },
|
||||||
|
"Run stock HackRF firmware and"
|
||||||
|
};
|
||||||
|
|
||||||
|
Text text_description_2 {
|
||||||
|
{ 12, 8 * 16, 19 * 8, 16 },
|
||||||
|
"disable PortaPack until the"
|
||||||
|
};
|
||||||
|
|
||||||
|
Text text_description_3 {
|
||||||
|
{ 4, 9 * 16, 19 * 8, 16 },
|
||||||
|
"unit is reset or disconnected"
|
||||||
|
};
|
||||||
|
|
||||||
|
Text text_description_4 {
|
||||||
|
{ 76, 10 * 16, 19 * 8, 16 },
|
||||||
|
"from power?"
|
||||||
};
|
};
|
||||||
|
|
||||||
Button button_yes {
|
Button button_yes {
|
||||||
|
Loading…
Reference in New Issue
Block a user