JS serial module renamed, uart channel selection

This commit is contained in:
nminaylov
2024-02-12 18:06:01 +03:00
parent c8e62ba5e8
commit 0f7411d03a
4 changed files with 154 additions and 121 deletions

View File

@@ -33,9 +33,9 @@ App(
)
App(
appid="js_uart",
appid="js_serial",
apptype=FlipperAppType.PLUGIN,
entry_point="js_uart_ep",
entry_point="js_serial_ep",
requires=["js_app"],
sources=["modules/js_uart.c"],
sources=["modules/js_serial.c"],
)