Mike

Results 92 comments of Mike

Import is not working right now.

Right now BREP and step file import/export is higher on the priority list. With much of the current work being done and the switch to using BREP rather than meshes...

@donalffons When I run a custom build specifying the bindings in the yaml file, only those symbols are going to be available to me from JS and I loose the...

I tried to run a custom build with the following yml file: ``` mainBuild: name: rocketExample.js emccFlags: - -O3 - -sEXPORT_ES6=1 - -sUSE_ES6_IMPORT_META=0 - -sEXPORTED_RUNTIME_METHODS=['FS'] - -sINITIAL_MEMORY=100MB - -sMAXIMUM_MEMORY=4GB -...

I wanted to reach out and see if there was a chance we might be able to hop on a call. On our end we have been working on the...

The blank line being added prevents a single line program from crashing the system. It seems this is not such a big problem to me.

What version did you flash? 512k, 1 meg, 2 meg or 4 meg? Are you compiling from source?

I believe I made the builds for those size modules omit these pages to make it fit in the limited space.

Most of the time I would do my debugging on an esp-12 which has 4 megs of flash. Then I would switch over to the smaller modules. I am surprised...