mirror of
https://github.com/romychs/ESPKit.git
synced 2025-04-09 22:06:36 +03:00
option to disable rts/cts
This commit is contained in:
parent
0e1722207b
commit
07f504579d
@ -3,7 +3,7 @@ ESPKit for Sprinter computer
|
||||
|
||||
Библиотека и приложения для карты Sprinter-WiFi, ISA-8 карты на модуле ESP8266 (ESP12-E,ESP12F).
|
||||
|
||||
Исходные коды для [Sprinter DSS](sources/DSS) и для [MS-DOS](sources/DOS)
|
||||
Исходные коды для [Sprinter DSS](sources/DSS) и для [FreeDOS](sources/DOS)
|
||||
|
||||
[Sprinter-WiFi](https://github.com/romychs/SprinterESP)
|
||||
|
||||
|
@ -76,7 +76,7 @@ RES_NOT_CONN EQU 6
|
||||
RES_ENABLED EQU 7
|
||||
RES_DISABLED EQU 8
|
||||
|
||||
|
||||
;ENABLE_RTS_CTR EQU 0
|
||||
|
||||
MODULE WIFI
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
; License: BSD 3-Clause
|
||||
; ======================================================
|
||||
|
||||
ENABLE_RTS_CTR EQU 1
|
||||
|
||||
MODULE WCOMMON
|
||||
|
||||
; ------------------------------------------------------
|
||||
@ -155,8 +157,10 @@ INIT_ESP
|
||||
TRACELN MSG_NO_SLEEP
|
||||
SEND_CMD CMD_NO_SLEEP
|
||||
|
||||
TRACELN MSG_SET_UART
|
||||
SEND_CMD CMD_SET_SPEED
|
||||
IF ENABLE_RTS_CTR
|
||||
TRACELN MSG_SET_UART
|
||||
SEND_CMD CMD_SET_SPEED
|
||||
ENDIF
|
||||
|
||||
TRACELN MSG_SET_OPT
|
||||
SEND_CMD CMD_CWLAP_OPT
|
||||
|
@ -226,7 +226,7 @@ OK_EXIT
|
||||
; ------------------------------------------------------
|
||||
|
||||
MSG_START
|
||||
DB "Terminal for Sprinter-WiFi by Sprinter Team. v1.0 beta1, ", __DATE__, "\r\n", 0
|
||||
DB "Terminal for Sprinter-WiFi by Sprinter Team. v1.0 beta2, ", __DATE__, "\r\n", 0
|
||||
MSG_HLP
|
||||
DB"\r\nEnter ESP AT command or Alt+x to close terminal.",0
|
||||
MSG_EXIT
|
||||
|
@ -1,9 +1,9 @@
|
||||
ESPKit for Sprinter computer
|
||||
============================
|
||||
|
||||
Исходные коды на ассемблере [sjasmplus](https://github.com/z00m128/sjasmplus) для [Sprinter DSS Estex](sources/DSS).
|
||||
[Исходные коды](sources/DSS) на ассемблере [sjasmplus](https://github.com/z00m128/sjasmplus) для Sprinter DSS Estex.
|
||||
|
||||
Исходные коды на Boland C++ 3.0 для [MS-DOS](sources/DOS).
|
||||
[Исходные коды](sources/DOS) на Boland C++ 3.0 для [FreeDOS](https://gitlab.com/FreeDOS).
|
||||
|
||||
[Sprinter-WiFi](https://github.com/romychs/SprinterESP)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user