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

project.checksum added in wrong folder #4695

Closed
1 task done
jonnytest1 opened this issue Jul 18, 2023 · 3 comments
Closed
1 task done

project.checksum added in wrong folder #4695

jonnytest1 opened this issue Jul 18, 2023 · 3 comments
Labels
bug config platformio.ini
Milestone

Comments

@jonnytest1
Copy link

What kind of issue is this?

  • PlatformIO Core.
    If you’ve found a bug, please provide an information below.

Configuration

Operating system:

PlatformIO Version (platformio --version):

Description of problem

when using a build_dir with ${UNIX_TIME} a folder named "${UNIX_TIME}" is created with the project.checksum
instead it should use the same folder as the rest of the build

Steps to Reproduce

  1. create a platformio.ini with UNIX_TIME for build dir
[platformio]
build_dir = ${platformio.workspace_dir}\build\${UNIX_TIME}
  1. build

Actual Results

project checksum is generated into a different folder that doenst take the variable into account correctly
image

Expected Results

project.checksum is added in the interpolated folder

If problems with PlatformIO Build System:

The content of platformio.ini:

[platformio]
build_dir = ${platformio.workspace_dir}\build\${UNIX_TIME}
@jonnytest1
Copy link
Author

🤔 for now it doesnt seem like a huge problem , upload still worked at least

@jonnytest1 jonnytest1 changed the title prject.checksum added in wrong folder project.checksum added in wrong folder Jul 18, 2023
@ivankravets ivankravets added this to the 6.1.10 milestone Jul 19, 2023
@salih-06
Copy link

Arduino için yazmış olduğum kod Arduino IDE üzerinde sorunsuz çalışırken bu IDE de loop bloğu içinde fonksiyon çağırdığımda
hatta alıyorum lütfen sorun çözülsün

@ivankravets
Copy link
Member

Thanks for the report. Please re-test with pio upgrade --dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug config platformio.ini
Projects
None yet
Development

No branches or pull requests

3 participants