Skip to content

added simple file for build it with PlatformIO - #1

Open
hpsaturn wants to merge 1 commit into
VolosR:mainfrom
hpsaturn:platformio_support
Open

added simple file for build it with PlatformIO#1
hpsaturn wants to merge 1 commit into
VolosR:mainfrom
hpsaturn:platformio_support

Conversation

@hpsaturn

Copy link
Copy Markdown
  • Added PlatformIO ini file with auto library dependencies and esp32 environment
  • Added special NTPClient library fork (it is unnecessary, maybe it should be change for a next PR)
  • tested with ESP32 TTGO T-Display

For build it, you only need PlatformIO CLI or IDE installed, and with the next command, it will install all library dependencies, toolchains, etc, for build:

pio run --target upload

@mshoe007

Copy link
Copy Markdown

Thanks! That worked for me. Suggestion to change upload_speed to 460800.

@hpsaturn

Copy link
Copy Markdown
Author

I'm happy that works for you. Maybe you could merge it? For other side, with upload_speed to 1500000 works fine for me, it is very fast, do you have issues with that?

@mshoe007

Copy link
Copy Markdown

@hpsaturn, I think you confused me with VolosR, the owner of the branch. I can't merge it. I posted on this thread hoping that my confirmation your platformio.ini file works might help the owner of the repository.

115200 for the upload speed does work just fine. 460800 is faster, and the TTGO ESP32 boards handle it OK. (ESP8266 boards often do not)

@hpsaturn

Copy link
Copy Markdown
Author

Oh! sorry, yes, I agree, I was confused. Well, thanks for test the PR. Regarding to upload_speed issue with a TTGO-TDisplay board (the board of original project), don't you it working in this speed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants