Index: firmware/FTM/ftm_definitions.vhd
===================================================================
--- firmware/FTM/ftm_definitions.vhd	(revision 11212)
+++ firmware/FTM/ftm_definitions.vhd	(revision 11241)
@@ -54,5 +54,11 @@
 -- modified: Patrick Vogler, May 26 2011
 -- constants for a simpler Lightpulser Interface "Basic Version" added
-
+--
+-- qw 16.06.: network settings for La Palma added
+--
+-- qw 29.06.: changeover to firmware v2 -> FTU reconfiguration possible during run
+--
+-- kw 10.06.: added CMD_CONFIG_FTU
+--
 ----------------------------------------------------------------------------------
 
@@ -118,5 +124,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) := "00000001";  -- firmware version
+  constant FIRMWARE_ID : std_logic_vector(7 downto 0) := "00000010";  -- firmware version
   
   --communication with FTUs
@@ -245,4 +251,7 @@
   constant CMD_CRESET         : std_logic_vector := X"0020";
   constant RESET_TIME         : integer := 50;  -- hold reset line for 1us (@ 50MHz clk)
+
+  -- configure one ftu
+  constant CMD_CONFIG_FTU     : std_logic_vector := X"0080";
   
   -- start and end of package
