Skip to content

Releases: erikdelange/WiPy-2.0-Temperature-Controlled-Fan

Using class HTTPResponse for creating responses

18 Dec 19:26
fa84ac2
Compare
Choose a tag to compare

Package ahttpserver was enhanced with class HTTPResponse to simplify creating HTTP responses. Module controller has been adapted to make use of this new class.

Incorporate changes to ahttpserver

14 Dec 15:14
e86ef36
Compare
Choose a tag to compare
Change to ahttpserver request object

- requests object now a class instead of a dict
- few typos in comments corrected

Using MicroPython firmware

12 Nov 15:35
4f2d44e
Compare
Choose a tag to compare

The WiPy 2.0 no longer uses Pycoms old firmware but the latest MicroPython generic ESP32 firmware.

Code restructure

01 May 16:28
73cc992
Compare
Choose a tag to compare
  • Using httpserver and logging modules. See paragraph 'using'.

  • All PWM control code combined in class PwmController.

Initial Release

27 Apr 09:45
82912ae
Compare
Choose a tag to compare
v1.0.0

Create LICENSE