Commit c1aee003 authored by TheDebbio's avatar TheDebbio
Browse files

fix env controller

parent d57b6a08
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -924,7 +924,7 @@ protected:
            const BYTE command, size_t len, ...
    ) throw(MicroControllerBoardEx);

private:


        /** Return the requested value computed from a vector<BYTE> of parameters
	 * @param parameters a vector of BYTEs to join to compute the final value
@@ -933,6 +933,7 @@ private:
	*/
    double get_value(const std::vector<BYTE> parameters, const size_t RAW_INDEX);
    
private:

    /** The IP address of the dewar board */
    const std::string m_dewar_ip;