mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
* added GSM AT commands on 'Commands' channel * refactor (for better console/script) handling * docs update * GSM request asynch send back on uart to requester
4 lines
126 B
Python
4 lines
126 B
Python
import logging
|
|
# logging.basicConfig(format='%(asctime)s %(message)s', level=logging.DEBUG)
|
|
log = logging.getLogger(__name__)
|