4a1695ba1c
* RPC App control commands * Button release timeout * SubGhz tx fix Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
15 lines
368 B
C
15 lines
368 B
C
#pragma once
|
|
|
|
enum iButtonCustomEvent {
|
|
// Reserve first 100 events for button types and indexes, starting from 0
|
|
iButtonCustomEventReserved = 100,
|
|
|
|
iButtonCustomEventBack,
|
|
iButtonCustomEventTextEditResult,
|
|
iButtonCustomEventByteEditResult,
|
|
iButtonCustomEventWorkerEmulated,
|
|
iButtonCustomEventWorkerRead,
|
|
|
|
iButtonCustomEventRpcExit,
|
|
};
|