fome-fw/firmware/controllers/lua/value_lookup.h

10 lines
161 B
C
Raw Normal View History

2021-12-13 16:46:41 -08:00
/*
* @file value_lookup.h
*
* @date Dec 13, 2021
* @author Andrey Belomutskiy, (c) 2012-2021
*/
#pragma once
float getConfigValueByName(const char *name);