You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
create a platformio.ini with UNIX_TIME for build dir
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
What kind of issue is this?
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
Actual Results
project checksum is generated into a different folder that doenst take the variable into account correctly
Expected Results
project.checksum is added in the interpolated folder
If problems with PlatformIO Build System:
The content of
platformio.ini
:The text was updated successfully, but these errors were encountered: