diff --git a/stitch_project/stitch/Stitch.bin b/stitch_project/stitch/Stitch.bin index 89a7cad9c1c9bf249c2d0adfa783c724d93d25af..9bb3fe2ab7eb175b86090a452d8c94252b50df1a 100644 Binary files a/stitch_project/stitch/Stitch.bin and b/stitch_project/stitch/Stitch.bin differ diff --git a/stitch_project/stitch/Stitch.vhd b/stitch_project/stitch/Stitch.vhd index e35db225362d8ecea0d1996cbf878ce188a5615e..f438a9cd200dc22f6bdfb188474f9d4425d40ed0 100644 --- a/stitch_project/stitch/Stitch.vhd +++ b/stitch_project/stitch/Stitch.vhd @@ -426,7 +426,8 @@ STX <= iSerialTransmitter_TX; DDS_OUT <= iSweeper_phi(28); -LEDS(0) <= '1'; +--LEDS(0) <= '1'; +LEDS(0) <= iDistanceUnwrapper_dr_out; LEDS(1) <= NOT iSweeper_idle; LEDS(2) <= NOT iReadbackControl_idle;