Index: /firmware/FTM/FTM_top.vhd
===================================================================
--- /firmware/FTM/FTM_top.vhd	(revision 12028)
+++ /firmware/FTM/FTM_top.vhd	(revision 12029)
@@ -1320,8 +1320,11 @@
     );
   
-  LED_red <= led_sig(3 downto 0);
-  LED_ye  <= led_sig(5 downto 4);
-  LED_gn  <= led_sig(7 downto 6);
-
+  --LED_red <= led_sig(3 downto 0);
+  --LED_ye  <= led_sig(5 downto 4);
+  --LED_gn  <= led_sig(7 downto 6);
+  LED_red <= "1111";
+  LED_ye  <= "11";
+  LED_gn  <= "11";
+  
   TP(32 downto 8) <= (others => '0');
   --TP(8) <= clk_50M_sig;
Index: /firmware/FTM/ftm_definitions.vhd
===================================================================
--- /firmware/FTM/ftm_definitions.vhd	(revision 12028)
+++ /firmware/FTM/ftm_definitions.vhd	(revision 12029)
@@ -134,5 +134,5 @@
   --FTM address and firmware ID
   constant FTM_ADDRESS : std_logic_vector(7 downto 0) := "11000000";  -- 192
-  constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000101";  -- firmware version
+  constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000110";  -- firmware version
   
   --communication with FTUs
@@ -186,6 +186,6 @@
   constant MAC_ADDRESS : mac_type := (X"FAC7", X"1FAD", X"1102");
   constant NETMASK     : ip_type  := (255, 255, 255, 0);
-  constant IP_ADDRESS  : ip_type  := (10, 0, 100, 140);
-  constant GATEWAY     : ip_type  := (10, 0, 100, 1);
+  constant IP_ADDRESS  : ip_type  := (10, 0, 128, 120);
+  constant GATEWAY     : ip_type  := (10, 0, 128, 1);
   constant FIRST_PORT  : integer  := 5000;
   
