mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-26 08:39:09 +03:00
Compare commits
2 Commits
74182031ae
...
37012e55e3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37012e55e3 | ||
|
|
fdbaf7509f |
@@ -224,7 +224,10 @@ const SensorsAnalogDialog = ({
|
|||||||
{analogTypeMenuItems}
|
{analogTypeMenuItems}
|
||||||
</ValidatedTextField>
|
</ValidatedTextField>
|
||||||
</Grid>
|
</Grid>
|
||||||
{(isCounterOrRate || isFreqType) && (
|
{(isCounterOrRate ||
|
||||||
|
isFreqType ||
|
||||||
|
editItem.t === AnalogType.ADC ||
|
||||||
|
editItem.t === AnalogType.TIMER) && (
|
||||||
<Grid>
|
<Grid>
|
||||||
<ValidatedTextField
|
<ValidatedTextField
|
||||||
name="u"
|
name="u"
|
||||||
@@ -310,7 +313,10 @@ const SensorsAnalogDialog = ({
|
|||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
)}
|
)}
|
||||||
{isCounterOrRate && (
|
{(isCounterOrRate ||
|
||||||
|
isFreqType ||
|
||||||
|
editItem.t === AnalogType.ADC ||
|
||||||
|
editItem.t === AnalogType.TIMER) && (
|
||||||
<Grid>
|
<Grid>
|
||||||
<ValidatedTextField
|
<ValidatedTextField
|
||||||
name="f"
|
name="f"
|
||||||
|
|||||||
Reference in New Issue
Block a user