That is actually a successful message. I couldn't figure out how to make it not say "Error". But the "200" and the rest of it indicates success. It says "error" no matter the message. It's...
In all of your attached shell output files, there are errors related to sed. It seems likely the problem is some of the sed commands are failing and causing your problems. If you still have an...
I setup an ElementaryOS VM and ran into some of these issues too. I believe the problem with sdkconfig is that the IDF has a new version and likely a new assert, though I haven't confirmed that...
I had only tested this on an Android device. I do have an iOS device. I'll have to see if I can find some way to work around this issue.
I updated the code to include a semicolon after the if statement, before the then. Should work now.
The build.sh script should have modified the components/AsyncTCP/CMakeLists.txt file to update the string arduino-esp32 to arduino instead. Can you check if that actually happened? If not,...