SHA2017-badge / micropython-esp32

MicroPython ported to the SHA2017 badge
https://micropython.org/
MIT License
12 stars 16 forks source link

fix max open file descriptors in woezel #197

Closed basvs closed 7 years ago

basvs commented 7 years ago

use 'with open(...) as f:' instead of 'f = open(...)'