0.1.0
brainelectronics
released this
19 Feb 09:43
·
153 commits
to develop
since this release
Added
- This changelog file
- Empty
LICENSE.md
file - Micropython helpers submodule
.gitignore
file- Micropython primitives
- Static CSS and HTML template files
- Initial
WiFi Manager
implementation - Micropython
boot
andmain
files README
andrequirements.txt
files- Compressed version of
bootstrap.min.css
andbootstrap.min.js
- Scan only for available networks if
start_config
is called
Simulation
Simulation README
file.coverage
and.flake8
filerequirements.txt
file- Empty
LICENSE.txt
file - Setup cfg and py files
- Static CSS, JavaScript and HTML template files
GenericHelper
,Neopixel
,PathHelper
,WifiHelper
andWiFiManager
files- main simulation file
- Simple bash script to start simulation
- Fake implementation of Micropython's machine including
RTC
andPin
TimeHelper
class- Fake implementation of Micropython's neopixel
- Fake implementation of Micropython's network station and client
- Bash script to prepare all folders for a unittest coverage report
- Unittests for all modules and fakes
- Render list of selectable networks in Python and provide result via API
sendfile
function implemented in same way as on Micropythons PicoWeb