epfl-cs358 / 2024sp-helping-hand

2 stars 0 forks source link

Feature/simple web server #16

Closed unglazedstamp closed 2 months ago

unglazedstamp commented 2 months ago

This is a simple web server with an hello world. It stores x and y coordinates that can be set with an http get request to /go-to. The wifi credentials are also stored in memory, so initMemory must be flashed the first time. Will close #14

gruvw commented 2 months ago

Were you able to fix the clash between the wifi and stepper libs ?

unglazedstamp commented 2 months ago

Were you able to fix the clash between the wifi and stepper libs ?

Yes, the new code is in #27