mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 20:16:04 +08:00
fix warning
This commit is contained in:
parent
fe3a04b55b
commit
85138bc80d
@ -37,7 +37,6 @@ void Commands::process(uint8_t * sbuf, size_t len, ESP3DOutput * output, level_a
|
|||||||
{
|
{
|
||||||
if(is_esp_command(sbuf,len)) {
|
if(is_esp_command(sbuf,len)) {
|
||||||
size_t slen = len;
|
size_t slen = len;
|
||||||
uint8_t p = 5;
|
|
||||||
String tmpbuf = (const char*)sbuf;
|
String tmpbuf = (const char*)sbuf;
|
||||||
if (tmpbuf.startsWith("echo: ")) {
|
if (tmpbuf.startsWith("echo: ")) {
|
||||||
tmpbuf.replace("echo: ", "");
|
tmpbuf.replace("echo: ", "");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user