mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 17:24:50 -04:00
usb serial debug interface & usb serial async msg (#2111)
* add serial_debug * not use OSS * add path print * add string print and vec * clean up * clean up * format * add an async blocking bool * add an async blocking bool - comment * protect the unexpected tx * naming * remove demo code
This commit is contained in:
parent
bb1b703dc1
commit
b2da21b88a
6 changed files with 177 additions and 1 deletions
|
@ -81,4 +81,6 @@ void setEventDispatcherToUSBSerial(EventDispatcher* evt);
|
|||
|
||||
Backlight* backlight();
|
||||
|
||||
extern bool async_tx_enabled; // this is for serial tx things, globally
|
||||
|
||||
} /* namespace portapack */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue