Ask for a script for ESP32 servo

I tried the tutorial here - ESP32 Servo Motor Web Server with Arduino IDE | Random Nerd Tutorials, others were OK, except the slider on Android couldn't move the Servo connected to ESP32, I guess the reason maybe this:

Blockquote

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>

I couldn't access the website - https://ajax.googleapis.com/, could anyone send me a copy of this script?

you need to download the full link

https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js

as you post here, I suppose you have internet access

if your browser connected to the ESP32 does not have internet access, then you need to replace that request by a local request (possibly served by your ESP32. it's a ~30KB file)

I want someone download it and send it to me.

Why?

If you have internet access but can’t click that link and get the file then it means that for whatever reason Google decided that this resource is not available for you where you live.

Then no one should break the reason for making this unavailable

(And "I want" is not so well regarded here)

OK, I don't want now.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.