Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serial Monitor not Working in Platformio #276

Open
Dutu06 opened this issue Sep 15, 2024 · 2 comments
Open

Serial Monitor not Working in Platformio #276

Dutu06 opened this issue Sep 15, 2024 · 2 comments
Labels

Comments

@Dutu06
Copy link

Dutu06 commented Sep 15, 2024

I have checked the serial port in the main.cpp and it's correct but the monitor still says only
--- Terminal on COM4 | 115200 8-N-1
--- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H

The code in platform.io:
[platformio]
default_envs = twatch-s3
boards_dir = ./board/LilyGoWatch-S3

[env]
lib_extra_dirs = .
upload_speed = 921600
monitor_speed = 115200
board_build.filesystem = fatfs
board_build.partitions = app3M_fat9M_16MB.csv

[env:twatch-s3]
platform = espressif32@6.3.0
framework = arduino
board = LilyGoWatch-S3
build_flags = -DARDUINO_USB_MODE=1
-DARDUINO_USB_CDC_ON_BOOT=1

@lewisxhe
Copy link
Contributor

Are you using T-WatchS3? This is T-Display-S3

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants