mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Merge pull request #4111 from ascillato/patch-1
Fix Analog input in Obi Socket Template
This commit is contained in:
commit
ee8d34abfe
@ -1112,7 +1112,7 @@ const mytmplt kModules[MAXMODULE] PROGMEM = {
|
|||||||
GPIO_KEY1, // GPIO14 Button
|
GPIO_KEY1, // GPIO14 Button
|
||||||
0,
|
0,
|
||||||
GPIO_USER, // GPIO16
|
GPIO_USER, // GPIO16
|
||||||
GPIO_USER // Analog input
|
GPIO_ADC0 // ADC0 A0 Analog input
|
||||||
},
|
},
|
||||||
{ "Teckin", // https://www.amazon.de/gp/product/B07D5V139R
|
{ "Teckin", // https://www.amazon.de/gp/product/B07D5V139R
|
||||||
0,
|
0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user