Triple backticks look like this:
```
so if you don’t have this symbol on your keyboard you can simply copy and paste them at the beginning and end of your code.
That’s the url to the webserver where you’ve put your compiled code (the .bin file).
If you haven’t set-up your own publicly accessible webserver, or haven’t signed-up to a web hosing service that provides a webserver for you to use, then this OTA method probably isn’t for you.
Hello. I us this code for update firmwarer, but some error ============ Checking for firmware updates. MAC address: 30AEA48436F0 Firmware version URL: http://xxx/xxxxxx.version Current firmware version: 2019081901 Available firmware version: 2019081902 Preparing to update Guru Meditation Error: Core 1 panic’ed (Cache disabled but cached memory region accessed) Guru Meditation Error: Core 1 panic’ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x4014e6f0: bad00bad bad00bad bad00bad =============== i compiling bin file with arduino ide
I understand these changes , two files which are esp32MACadress.bin file
esp32MACadress.version file
here .version file means what exactly please tell me.
Is that .ino file ? pleaser brief me about .version file
These are just file names… For simplicity you can change the file names in order not to use ESP MAC address (as it is now), you can call these two files as ex myproject.bin and myproject.version but this requires the change in the sketch logic ex not bases these two files in the ESP MAC address. You need to read and understood. See my first post here and the associated links…
Do you have a webserver running on your network?
I seem to recall that you run your Blynk server on Windows 10, if so then using Microsoft IIS might be an option.