Skip to content

Commit

Permalink
Merge pull request #4 from shapeshift/housekeeping
Browse files Browse the repository at this point in the history
housekeeping & version bump
  • Loading branch information
mrnerdhair authored Apr 15, 2022
2 parents 70064d7 + ed2604f commit febc4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/bootloader/usb_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ bool usb_flash_firmware(void) {
layout_debuglink_watermark();
#endif

usbInit("beta.shapeshift.com");
usbInit("app.shapeshift.com");
bootloader_fsm_init();

while (1) {
Expand Down
2 changes: 1 addition & 1 deletion tools/emulator/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int main(void) {

led_func(SET_GREEN_LED);

usbInit("beta.shapeshift.com");
usbInit("app.shapeshift.com");
led_func(CLR_RED_LED);

reset_idle_time();
Expand Down
2 changes: 1 addition & 1 deletion tools/firmware/keepkey_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ int main(void) {

led_func(SET_GREEN_LED);

usbInit("beta.shapeshift.com");
usbInit("app.shapeshift.com");

u2fInit();
led_func(CLR_RED_LED);
Expand Down

0 comments on commit febc4fe

Please sign in to comment.