|
@@ -35,6 +35,14 @@
|
|
|
*/
|
|
*/
|
|
|
#include <momentum/momentum.h>
|
|
#include <momentum/momentum.h>
|
|
|
#define UART_CH (momentum_settings.uart_esp_channel)
|
|
#define UART_CH (momentum_settings.uart_esp_channel)
|
|
|
|
|
+#elif defined FW_ORIGIN_RM
|
|
|
|
|
+/**
|
|
|
|
|
+
|
|
|
|
|
+Enable the following line for "RogueMaster Firmware"
|
|
|
|
|
+@see https://github.com/RogueMaster/flipperzero-firmware-wPlugins
|
|
|
|
|
+*/
|
|
|
|
|
+#include <cfw/cfw.h>
|
|
|
|
|
+#define UART_CH (cfw_settings.uart_esp_channel)
|
|
|
#else
|
|
#else
|
|
|
#define UART_CH (FuriHalSerialIdUsart)
|
|
#define UART_CH (FuriHalSerialIdUsart)
|
|
|
#endif
|
|
#endif
|