e1ioan / esp8266-chicken-coop

Chicken Coop Door powered by esp8266
GNU General Public License v3.0
31 stars 10 forks source link

ESP32-S3 Version #2

Open ozarchie opened 1 year ago

ozarchie commented 1 year ago

I have made some changes to the code to support both ESP8266 and ESP32. Would you like me to do a pull request or just clone it to a new project?

e1ioan commented 1 year ago

Hi, Very nice! Go ahead and clone it.

On Tue, Nov 1, 2022, 09:05 ozarchie @.***> wrote:

I have made some changes to the code to support both ESP8266 and ESP32. Would you like me to do a pull request or just clone it to a new project?

— Reply to this email directly, view it on GitHub https://github.com/e1ioan/esp8266-chicken-coop/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGZCFV2KL7VWC6ZP7JI2ADWGDMMXANCNFSM6AAAAAART3RC5M . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ozarchie commented 1 year ago

OK, I can create a new repository called esp-chicken-coop which supports both esp32 and esp8266. The esp8266 version is identical to your existing code, and creates the esp8266 version whenever you select an esp8266 board. It compiles using the new Arduino, which will automatically source most libraries. Timelord is an exception - I don't know why. The pull request would just do these steps on your repository without creating a new copy, as long as you accept the request.