USE_BERRY_HTTP with Guition ESP32-S3-4848S040 #23555
-
Is there a precompiled Tasmota32S3 LVGL firmware with both Berry scripting and HTTP module enabled (USE_BERRY_HTTP)? I’m using a device with ESP32-S3, ST7701S + GT911 (Guition ESP32-S3-4848S040). I need to run HTTP requests from Berry scripts (e.g., to poll "Moode Audio" status). I’ve tried tasmota32s3-lvgl-haspmota and tasmota32s3-box, but the http module is not available inside Berry ('http' undeclared error). Could you please let me know if such a firmware exists ? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The name of the module is |
Beta Was this translation helpful? Give feedback.
Could you please read the documentation link I have sent you instead of trying random names?
The example in the documentation is:
It is
webclient
, notWebClient