How to generate a PIN
someone stole my food stamps this month. I never gave out my card nor my pin. Aparently this has been happening a lot. They recommended I change my pin every month. I will forget my pin after several changes. Just adding 1 won’t be secure.
Sending message from webserver to serial via xhr.open() without encoding
I am trying to send a message from a webserver (ESP32) to a serial port. Anytime the button on the webserver is clicked, the message with the parameters is supposed to be sent. This is the snippet of the code where the JS function for the button is defined.