pico-micropython-examples/wireless
Patryk Koscik 6951ef525c webserver.py: Fix parameter handling
This patch applies:
  - use `request.decode()` instead of `str()` cast
  - replace `string.find()` with pythonic `string in string`
  - replace `led.value()` with `led.{on/off}`
  - catch all unhandled arguments and display instructions
  - rename `statusis` to `text`
  - remove not used `e` in `except`
2023-05-12 22:30:27 +02:00
..
webserver.py webserver.py: Fix parameter handling 2023-05-12 22:30:27 +02:00