• espruino_1v85.139_pico_1r3_bootloader.bi­n successfully flashed this time, yay!

    I tried almost everything I could think of, including:

    1. B3-B8
    2. B3-B7, A8
    3. B13-B15, A5-A7

    Just for the record, what's the proper syntax for .connect():

    var wlan = require("CC3000").connect(SPI2, A7, A6, A5);
    

    ....or....

    var wlan = require("CC3000").connect(SPI2, {cs:A7, en:A6, irq:A5});
    

    Thanks so much, @Gordon! :)

About