Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# BTWifiModule
Frsky Bluetooth Emulator

This code is for use on a ESP Wroom 32, it emulates a FRSky Bluetooth module but with way more future possibilities.
This code is for use on a ESP Wroom 32/Pico/C3, it emulates a FRSky Bluetooth module but with way more future possibilities.

# Supported Boards

Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ build_flags =
board = esp32-c3-devkitm-1
upload_protocol = esptool
monitor_speed = 115200
#upload_port = COM33
#monitor_port = COM41
upload_port = COM4
monitor_port = COM4
#debug_tool = esptool
build_flags =
-DRTOS_FREERTOS=y
Expand Down
Loading