Skip to content

USE_BERRY_HTTP with Guition ESP32-S3-4848S040 #23555

Answered by s-hadinger
AlexD81 asked this question in Q&A
Discussion options

You must be logged in to vote

Could you please read the documentation link I have sent you instead of trying random names?

The example in the documentation is:

> cl = webclient()
> cl.begin("http://ota.tasmota.com/tasmota32/release/")
<instance: webclient()>

> r = cl.GET()
> print(r)
200

> s = cl.get_string()
> print(s)
<pre>
<b></b>Alternative firmware for ESP32 based devices with web UI,
[.../...]

It is webclient, not WebClient

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AlexD81
Comment options

@s-hadinger
Comment options

Answer selected by AlexD81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants