Ondřej Hruška
Ondřej Hruška
Okay, for now I moved the platform file to `src/bacnet/platform.h`, other refactoring / cleaning can be done later. I've now tested `bacwp` with schedule and it worked! So I think...
Okay the arm builds are now all fixed, I had to edit makefiles in the ports folder.
ok, it's now changed following your example and the
No idea what went wrong in the windows build this time
I don't see how the two structs could be aligned differently, but it's a relatively small change so why not, it's done. There's some overhead incurred in the conversion, though....
Formatted, sorry it takes so long, we're using the fork and it works fine, so this got deprioritized. Now there's a conflict, not sure what to do with that. It'd...
note that clang-format changed a lot of things I never touched, so the diff is now huge ... I think this also caused the conflict.
it's now force-pushed to the commit before formatting
You are correct, that was indeed the case. I think `SPIFFS_mount()` could easily catch this - compare the values from `spiffs_config` with `(1ULL
Facing the same crash right now in 0.3.7, here is a testcase which reproduces it: https://share.ondrovo.com/2020-07-09/fs_sim.zip `cmake . && make && ./fsim` It takes a long time, about 10 minutes....