Skip to content

Commit

Permalink
ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
arosspope committed Oct 22, 2023
1 parent 4cad297 commit 48a0448
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ fn main() -> Result<()> {
);
ticker.set_message("Hello world");

// TODO:
// -> GET message
// -> PUT message
// -> GET speed
// -> PUT speed

// Set the HTTP server
let mut server = EspHttpServer::new(&Configuration::default())?;
// http://<sta ip>/ handler
Expand Down

0 comments on commit 48a0448

Please sign in to comment.