TD-er

Results 233 comments of TD-er

But why is this executed when I start the serial monitor process? I was planning to update these Python files anyway to generate a test file first and compare it...

Well I had to do something to be able to build my project as I continously hit this max command line limit when linking. I will look into the `PIOBUILDFILES`...

Hmm it seems adding this will cause the file to be expected to be found in the platform files also. ``` *** [C:\users\gijsn\.platformio\platforms\espressif8266@src-eb7495f88eb0afa18fedff98bfb5e40f\builder\src\src\Commands_tmp\__tmpfile.cpp.o] Source `C:\users\gijsn\.platformio\platforms\espressif8266@src-eb7495f88eb0afa18fedff98bfb5e40f\builder\src\src\Commands_tmp\__tmpfile.cpp' not found, needed by target...

Your suggestion only allows for a single __tmpfile.cpp. So I tried: `tmp_cpp_file = os.path.join(env.subst("$BUILD_DIR"), os.path.join(cpp_path_out, '__tmpfile.cpp'))` But that also gives a number of build errors like these: ``` warning: Two...

It still only stores the file in the 'root' of the build dir, so this means I need to change all includes in the files. This makes it impossible to...

Yep, was thinking the same. to either store a list of file checksums used on the last tmp file generation, or generate one and check with the existing tmp file...

I changed the `concat_cpp_files.py` file to this: ```Python Import("env") import os import glob import filecmp def do_concat_cpp_files(cpp_files, output_file): with open(output_file, 'wb') as newf: for filename in cpp_files: with open(filename, 'rb')...

Hmm not entirely sure if this is the way I would keep it. As a test I added an empty line in one of the files that would be included...

> a device which clones me would help a lot :D If you have found one, I want one too!

> This behaviour is a result of the requested feature to add taskvalues as eventvalues.. which i think will restore to its original state as it is not good. You...