Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed argument passing (esp8266#2209)
Using espota.py as a module by calling espota.main(args) was not working because the args given to main were not being passed into parser.parse_args(). I fixed this by having main pass args to the parser function, which in turn passes them to the parser object's parse_args() function.
- Loading branch information