mirror of https://github.com/arendst/Tasmota.git
commit
74e08aa099
|
@ -701,8 +701,8 @@
|
|||
#define D_SENSOR_AS3935 "AS3935"
|
||||
#define D_SENSOR_WINDMETER_SPEED "Velocità vento"
|
||||
#define D_SENSOR_TELEINFO_RX "TInfo - RX"
|
||||
#define D_SENSOR_TELEINFO_ENABLE "TInfo - EN"
|
||||
#define D_SENSOR_LMT01_PULSE "LMT01 Pulse"
|
||||
#define D_SENSOR_TELEINFO_ENABLE "TInfo - Enable"
|
||||
#define D_SENSOR_LMT01_PULSE "LMT01 - Impulso"
|
||||
#define D_SENSOR_ADC_INPUT "ADC - Input"
|
||||
#define D_SENSOR_ADC_TEMP "ADC - Temperatura"
|
||||
#define D_SENSOR_ADC_LIGHT "ADC - Luce"
|
||||
|
@ -710,18 +710,18 @@
|
|||
#define D_SENSOR_ADC_RANGE "ADC - Intervallo"
|
||||
#define D_SENSOR_ADC_CT_POWER "ADC - CTR alimentazione"
|
||||
#define D_SENSOR_ADC_JOYSTICK "ADC - Joystick"
|
||||
#define D_GPIO_WEBCAM_PWDN "CAM_PWDN"
|
||||
#define D_GPIO_WEBCAM_RESET "CAM_RESET"
|
||||
#define D_GPIO_WEBCAM_XCLK "CAM_XCLK"
|
||||
#define D_GPIO_WEBCAM_SIOD "CAM_SIOD"
|
||||
#define D_GPIO_WEBCAM_SIOC "CAM_SIOC"
|
||||
#define D_GPIO_WEBCAM_DATA "CAM_DATA"
|
||||
#define D_GPIO_WEBCAM_VSYNC "CAM_VSYNC"
|
||||
#define D_GPIO_WEBCAM_HREF "CAM_HREF"
|
||||
#define D_GPIO_WEBCAM_PCLK "CAM_PCLK"
|
||||
#define D_GPIO_WEBCAM_PSCLK "CAM_PSCLK"
|
||||
#define D_GPIO_WEBCAM_HSD "CAM_HSD"
|
||||
#define D_GPIO_WEBCAM_PSRCS "CAM_PSRCS"
|
||||
#define D_GPIO_WEBCAM_PWDN "Webcam - PWDN"
|
||||
#define D_GPIO_WEBCAM_RESET "Webcam - RESET"
|
||||
#define D_GPIO_WEBCAM_XCLK "Webcam - XCLK"
|
||||
#define D_GPIO_WEBCAM_SIOD "Webcam - SIOD"
|
||||
#define D_GPIO_WEBCAM_SIOC "Webcam - SIOC"
|
||||
#define D_GPIO_WEBCAM_DATA "Webcam - DATA"
|
||||
#define D_GPIO_WEBCAM_VSYNC "Webcam - VSYNC"
|
||||
#define D_GPIO_WEBCAM_HREF "Webcam - HREF"
|
||||
#define D_GPIO_WEBCAM_PCLK "Webcam - PCLK"
|
||||
#define D_GPIO_WEBCAM_PSCLK "Webcam - PSCLK"
|
||||
#define D_GPIO_WEBCAM_HSD "Webcam - HSD"
|
||||
#define D_GPIO_WEBCAM_PSRCS "Webcam - PSRCS"
|
||||
#define D_SENSOR_ETH_PHY_POWER "ETH - ALIMENTAZIONE"
|
||||
#define D_SENSOR_ETH_PHY_MDC "ETH - MDC"
|
||||
#define D_SENSOR_ETH_PHY_MDIO "ETH - MDIO"
|
||||
|
|
Loading…
Reference in New Issue