OVMS3-idf/tools/tiny-test-fw/IDF
He Yin Ling 1c54630eaa test: fix failed to download in example test:
1. example test uses auto detect flash size. we need to call
`detect_flash_size` before write flash
2. fix incorrect baudrate used: when using WROVER-Kits, it's likely that download with baudrate 921600
will fail. If we don't reset serial setting in decorator, 921600 will
become the default baudrate. This causes all the subsequent
communication fails
3. do hw reset after used esptool function
2019-01-02 20:49:03 +08:00
..
__init__.py test: generate junit test report according to executed cases 2018-11-26 10:07:41 +08:00
IDFApp.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
IDFDUT.py test: fix failed to download in example test: 2019-01-02 20:49:03 +08:00