Michael Bisbjerg
Michael Bisbjerg
I remember having so many issues with the last sector thing. Are you able to download the source for the library and troubleshoot it that way? Mike. ________________________________ From: xtaylord...
Seems like windows underlying doesn’t provide access to this sector. You can use the library to get a handle to the drive, this allows you to interact with it directly....
@Der-Isy could you put Isys inventory manager up on Github?
@Der-Isy too bad.. It'd be great to have some features in Isys that are missing, such as more fine-grained control of resources - such as placing Stone specifically in ejectors,...
Since this is a side project, and motivation or available time at times can be lacking, I would go with patching on the current code in incremental steps. I think...
I just tried out MDK with TIM, and it seems to work great. Slow minifier, but that can probably be fixed. Only issue I see are the user-specific values in...
Could seem that the AttributeList is not being expanded. Unfortunately I'm not maintaining this library any more, as the codebase has been stale for some time and I've moved to...
I've found that the actual compilation is [handled by `platformio`](https://github.com/esphome/esphome/blob/6b7b0768755b21cca0e4b67515de93b9ca7b3821/esphome/__main__.py#L199-L207), which means this idea either has to: * Use features in `platformio` to share the output. But as I understand...
I've hacked the `writer.py` to set `build_cache_dir = /esphome_cache/` in the `platformio.ini`. I found that it's generated every time I build, so I couldn't just edit the file. I'll try...
I've created [an issue](https://github.com/platformio/platformio-core/issues/4574) with platformio to improve the `build_cache_dir` to work cross-environment. I hope esphome will add the `build_cache_dir` to `esphome` platformio.ini's, as this setting is useful regardless of...