Search found 2 matches
- Mon Jun 10, 2024 1:32 pm
- Forum: ESP8266
- Topic: undefined reference to `_Z11send_deauthhi'
- Replies: 1
- Views: 3619
undefined reference to `_Z11send_deauthhi'
Hello, I'm trying to compile a project but it gives me this error: /home/heinz/.arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.1.0-gcc10.3-e5f9fec/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld: /tmp/arduino/sketches/5105FD61D7A094086484F017D5935B53/sketch/deauth...
- Thu Sep 14, 2023 6:13 pm
- Forum: ESP8266
- Topic: Webserver won't redirect me
- Replies: 0
- Views: 14733
Webserver won't redirect me
Hello, i am writing a Dashboard for my ESP8266 and i have a Button that adds a Argument to the URL, <form style='display:inline-block;' method='post' action='/dashboard?delpasswd'><button style='display:inline-block;'>Delete Passwords</button></form> when the Webserver has this Argument the clearPas...