Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It would be helpful to be pointed toward what code deals with output parsing (that turns raw output into “u:<email> p:<password>”, to see if I could edit it to accept additional / custom form outputs. #77

Open
SneakyTaco0110 opened this issue Oct 6, 2023 · 2 comments

Comments

@SneakyTaco0110
Copy link

          It would be helpful to be pointed toward what code deals with output parsing (that turns raw output into “u:<email> p:<password>”, to see if I could edit it to accept additional / custom form outputs.

Originally posted by @wasp604 in #73 (comment)

@SkidFace
Copy link

SkidFace commented Nov 4, 2023

The setupServer() function within EvilPortal.ino is used to parse the data from the form. The username and password are stored to the variables user_name and password respectively. After this, they are concatenated with "u: " and "p: " in the loop(), which sends the data to the flipper by printing to serial.

@SneakyTaco0110
Copy link
Author

The setupServer() function within EvilPortal.ino is used to parse the data from the form. The username and password are stored to the variables user_name and password respectively. After this, they are concatenated with "u: " and "p: " in the loop(), which sends the data to the flipper by printing to serial.

Would you be willing to help me configure some custom changes to this setup server compensation will be made if so 🤑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants