• @PressAnyKey, how did you solve the "error: conflicting types for 'int32_t'" ?
    I had the same, I changed the int32_t and uint32_t from long to int in c_types.h ( I used esp_iot_sdk_v1.5.0), I am not sure I did right, but it compiled, and surprise, the binary is working fine with today espruino code v1.93.162. here's the result :

     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v93.162 Copyright 2016 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:512/512, manuf 0xef chip 0x4016
    
About

Avatar for Polypod @Polypod started