From a189beb542a916138a10dad4d45398eb9c0d96d0 Mon Sep 17 00:00:00 2001 From: Navendu Pottekkat Date: Thu, 10 Sep 2026 20:50:07 +0530 Subject: [PATCH] fix: support ESP32, ESP32-S3, and ESP32-C6 --- encoders/quadrature_interrupt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoders/quadrature_interrupt.go b/encoders/quadrature_interrupt.go index 8a3b95915..65fd2b61d 100644 --- a/encoders/quadrature_interrupt.go +++ b/encoders/quadrature_interrupt.go @@ -1,4 +1,4 @@ -//go:build tinygo && (rp2040 || rp2350 || stm32 || k210 || esp32c3 || nrf || sam || (avr && (atmega328p || atmega328pb))) +//go:build tinygo && (rp2040 || rp2350 || stm32 || k210 || esp32 || esp32c3 || esp32s3 || esp32c6 || nrf || sam || (avr && (atmega328p || atmega328pb))) // Implementation based on: // https://gist.github.com/aykevl/3fc1683ed77bb0a9c07559dfe857304a