s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32-S3 Compatibility?

FoxRunningFromCode opened this issue · comments

The feature request is to make the program compatible with ESP32-S3

Ive been trying for quite a few hours now to get it to work with the ESP32-S3-Wroom-1 but the chip keeps either halting or the program fails the "#if defined(ESP32)" parts of the code.

help, ive only been at this for 5 hours/3cups of coffee :)

If it already is compatible, i would like to see an example code :)

As I'm sure you know, the #if defined(ESP32) happens at compile time not runtime, so if you are finding that ESP32 is not defined then something is wrong with your build process.

I don't have yet an S3 to test with until the slow boat from China makes its way to me, but it should all just work. I think.

Woops you're right. Consider it a brain fart :)

I need to mention that my hardware is the raw module and not a board. Therefore the chances of me having a wrongly configured module, is fairly high.
(HW ESP32-S3-WROOM-1-N16R8)

My S3 dev board is still in the mail too.

Anyways I'm excited to hear if it works on your S3 chip.