https://retoucher.online/
https://www.freepik.com/
https://pixlr.com/e/#editor
Translate file from English to Chinese
https://www.onlinedoctranslator.com/en/translate-english-to-chinese-(simplified)_en_zh-CN
Merge 2 language subtitle
https://easypronunciation.com/en/merge-two-subtitle-files-online
Online SRT editor
https://www.happyscribe.com/subtitle-tools/online-subtitle-editor/free
SRT to FCXML
In your App Inventor code you need to add:
otherwise your StringsReceived block will never receive anything.
RegisterForStrings – Registers to receive updates when one or more null-terminated strings from a connected BluetoothLE device are changed. Service Unique ID and Characteristic Unique ID are required. The utf16 parameter indicates whether the content should be decoded as UTF-16 (true) or UTF-8 (false) code points when converting to App Inventor strings. Whenever a change is received, the StringsReceived event will be run.
Parameters:
RequestMTU – Requests a new minimum transmission unit (MUT) for the BluetoothLE connection. This feature is only supported when both devices support Bluetooth 4.2 or higher. If the MTU is changed successfully, the MTUChanged event will be run. The default MTU is 20.
This block is intended for advanced apps that need to change the size of the messages sent between the BLE devices. Most developers will not need to adjust this value.
Parameters:
bytes (number) — The desired MTU size.;debug_tool = esp-prog
;debug_init_break = tbreak setup
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
lib_deps =
nkolban/ESP32 BLE Arduino@^1.0.1
t-vk/ESP32 BLE Keyboard@^0.3.2
[env:esp32dev]
--module-path d:/Project/Win/javafx-sdk-15.0.1/lib/
--add-modules=javafx.swing,javafx.graphics,javafx.fxml,javafx.media,javafx.web
--add-reads javafx.graphics=ALL-UNNAMED
--add-opens javafx.controls/com.sun.javafx.charts=ALL-UNNAMED
--add-opens javafx.graphics/com.sun.javafx.iio=ALL-UNNAMED
--add-opens javafx.graphics/com.sun.javafx.iio.common=ALL-UNNAMED
--add-opens javafx.graphics/com.sun.javafx.css=ALL-UNNAMED
--add-opens javafx.base/com.sun.javafx.runtime=ALL-UNNAMED