Joe Roberts

Results 6 comments of Joe Roberts

This is a known issue with the ESP8266 - the workaround is to ensure the ESP8266 is reset / power cycled after the initial serial flash. https://github.com/esp8266/Arduino/issues/2876 https://github.com/esp8266/Arduino/issues/1722 https://github.com/esp8266/Arduino/issues/2478 @brownjohnf...

In the short term we could post this info to the dependant device logs

I'm not sure if this is such a good idea, unless we make one for each arch and language - otherwise the user will do `FROM resin/enm:v1.0.3` and then have...

I guess we could do this with multistage builds, something like: ``` FROM resin/%%RESIN_MACHINE_NAME%%-enm:v6.0.0 as enm FROM resin/%%RESIN_MACHINE_NAME%%-node:latest COPY --from=enm ./edge-node-manager ./edge-node-manager .... ``` This means we only have to...

Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 bDeviceProtocol 1 Interface Association bMaxPacketSize0 64 idVendor 0x0483 STMicroelectronics idProduct 0x374b ST-LINK/V2.1 bcdDevice 1.00 iManufacturer 1...