mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
formatting
This commit is contained in:
@@ -250,20 +250,20 @@ export enum AnalogType {
|
|||||||
|
|
||||||
export const AnalogTypeNames = [
|
export const AnalogTypeNames = [
|
||||||
'Digital In', // 1
|
'Digital In', // 1
|
||||||
'Counter', // 2
|
'Counter', // 2
|
||||||
'ADC In', // 3
|
'ADC In', // 3
|
||||||
'Timer', // 4
|
'Timer', // 4
|
||||||
'Rate', // 5
|
'Rate', // 5
|
||||||
'Digital Out', // 6
|
'Digital Out', // 6
|
||||||
'PWM 0', // 7
|
'PWM 0', // 7
|
||||||
'PWM 1', // 8
|
'PWM 1', // 8
|
||||||
'PWM 2', // 9
|
'PWM 2', // 9
|
||||||
'NTC Temp.', // 10
|
'NTC Temp.', // 10
|
||||||
'RGB Led', // 11
|
'RGB Led', // 11
|
||||||
'Pulse', // 12
|
'Pulse', // 12
|
||||||
'Freq 0', // 13
|
'Freq 0', // 13
|
||||||
'Freq 1', // 14
|
'Freq 1', // 14
|
||||||
'Freq 2', // 15
|
'Freq 2' // 15
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const BOARD_PROFILES = {
|
export const BOARD_PROFILES = {
|
||||||
|
|||||||
Reference in New Issue
Block a user