You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ok, so I've just pushed my changes to master. You may have to add target_compile_options(${COMPONENT_TARGET} PUBLIC -DESP_IDF_VERSION_MAJOR=4) but it's possible it is set by default.

    ... but if you:

    I think you should be almost there. Because you're not building in BLE stuff yet (I daren't check that!) you'll get errors about enableBLE/etc in jswrapper.c - but I just edited jswrapper.c and changed the relevant function names with any old function in the list nearby, and it builds!

    Not had a chance to try yet - but if you include the relevant BLE stuff and can get that building then we should be almost there - it's just a matter of porting Espruino to use the new mbedtls I think

About

Avatar for Gordon @Gordon started