Compare commits

..

No commits in common. "9830489843b9197cfa366c8f0e590f0642691314" and "9ec6cf59a36311ae14606d45e31c7a57f4193062" have entirely different histories.

View File

@ -54,7 +54,7 @@ elif platform == "esp8266":
elif platform == "esp32" or platform == "esp32_LoBo":
ir_rx_pin = Pin(23, Pin.IN)
elif platform == "rp2":
ir_rx_pin = Pin(16, Pin.IN, Pin.PULL_UP)
ir_rx_pin = Pin(16, Pin.IN)
#### OLT IR TX imports ###
from sys import platform