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

add enough to compile with platformio ? #1

Open
ouinouin opened this issue Aug 5, 2024 · 4 comments
Open

add enough to compile with platformio ? #1

ouinouin opened this issue Aug 5, 2024 · 4 comments

Comments

@ouinouin
Copy link

ouinouin commented Aug 5, 2024

Hi, more an idea than an issue, tis project is interresting, the necessary files for compiling through platformio would maybe lower the entry barrier. (i lack knowledge to propose a solution , so i m just launching the idea, maybe it ll motivate people who have knowledge to make a pull request.

@dakhnod
Copy link
Owner

dakhnod commented Aug 5, 2024

Sure, I'll take a look at it

@ouinouin
Copy link
Author

ouinouin commented Aug 5, 2024

@dakhnod
apparently as simple as adding a platformio.ini file in the root of your project like the following :

[platformio]
src_dir = main

[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev

i managed to compile succesfully with platformio without any error or warning , ill give a try while having hand on an esp32.

@gism
Copy link

gism commented Aug 10, 2024

hi, what esp32 devices are expected to work? esp32-s3? thanks

@dakhnod
Copy link
Owner

dakhnod commented Aug 10, 2024

I have only tested with the OG esp32. For the other ESPs, the IDS has vastly different examples, so I assume this code will not work on other ESPs. Feel free to try.

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

No branches or pull requests

3 participants