joelguittet / mender-esp32-example

Mender MCU example running on ESP32 using ESP-IDF platform
Apache License 2.0
15 stars 7 forks source link

fix: use public repository url for mender-mcu-client submodule #1

Closed TheYoctoJester closed 1 year ago

TheYoctoJester commented 1 year ago

The current url uses ssh access to github, which is only available if you have previously set it up. Switching to https will make the set up work for everybody, including anonymous users.

Signed-off-by: Josef Holzmayr jester@theyoctojester.info