diff options
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 12f72a3e2..df9c2fb4f 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -150,6 +150,10 @@ Q(memory) Q(ADC) Q(read) +// UART +Q(UART) +Q(init) + // I2C Q(I2C) Q(init) |