Giter Club home page Giter Club logo

Comments (9)

tabunslonopotamov avatar tabunslonopotamov commented on September 28, 2024 1

What version of the source are you using? Cloned and up to date from mega or downloaded and extracted Releases source zip?

I used the "git pull" command in the Visual Studio Code console.

Command "git branch" report * mega

from espeasy.

TD-er avatar TD-er commented on September 28, 2024

Maybe since that's considered a 0-terminator value in a string?
Have to check the source code, but I think it will be something like that.

from espeasy.

tabunslonopotamov avatar tabunslonopotamov commented on September 28, 2024

Most likely. But I didn't find where.
But I found a mention of “2023-03-25 tonhuisman: Change serialproxy_writemix to handle 0x00 also, by implementing parseHexTextData()” in the plugin header.

But it still doesn't work.

from espeasy.

tonhuisman avatar tonhuisman commented on September 28, 2024

@tabunslonopotamov What exact build do you have installed on your ESP? The build name and date is on the lower right of nearly all pages of the Web UI.

from espeasy.

tabunslonopotamov avatar tabunslonopotamov commented on September 28, 2024

I used the following workaround
it worked.
but it looks terrible.

#sp_whex,01101870000204460006004863
serialproxy_writemix,'0x01','0x10','0x18','0x70','0x00','0x02','0x04','0x46','0x00','0x06','0x00','0x48','0x63'

#sp_whex,01101870000204080000005CEB
serialproxy_writemix,'0x01','0x10','0x18','0x70','0x00','0x02','0x04','0x08','0x00','0x00','0x00','0x5C','0xEB'

#sp_whex,011018700002044400100047BB
serialproxy_writemix,'0x01','0x10','0x18','0x70','0x00','0x02','0x04','0x44','0x00','0x10','0x00','0x47','0xBB'

#sp_whex,01101870000204008000005F63
serialproxy_writemix,'0x01','0x10','0x18','0x70','0x00','0x02','0x04','0x00','0x80','0x00','0x00','0x5F','0x63'

#sp_whex,01101870000204440029FF15AB
serialproxy_writemix,'0x01','0x10','0x18','0x70','0x00','0x02','0x04','0x44','0x00','0x29','0xFF','0x15','0xAB'

#sp_whex,01101870000204460010004603
serialproxy_writemix,'0x01','0x10','0x18','0x70','0x00','0x02','0x04','0x46','0x00','0x10','0x00','0x46','0x03'

from espeasy.

tabunslonopotamov avatar tabunslonopotamov commented on September 28, 2024

@tabunslonopotamov What exact build do you have installed on your ESP? The build name and date is on the lower right of nearly all pages of the Web UI.

Build: ESP_Easy_mega_20240629_custom_ESP32_4M316k_LittleFS_ETH Jun 29 2024

I am use Custom.h

from espeasy.

tonhuisman avatar tonhuisman commented on September 28, 2024

You don't need the quotes.

I've found the culprit, and am adding it to PR #5077
Fixed:

18.771 : (315788) Info   : ACT  : serialproxy_writemix,0x1122334455000000FFFFFF
18.775 : (315380) Info   : Proxy: Sending 11 bytes.

What version of the source are you using? Cloned and up to date from mega or downloaded and extracted Releases source zip?

from espeasy.

tonhuisman avatar tonhuisman commented on September 28, 2024

You can get the fix by issuing these commands in the console (will pull the changes into a new branch so you can later return to the mega branch once it's merged)

git checkout -b pulls/5077
git fetch origin pull/5077/head
git pull origin pull/5077/head

To update to later commits I might add there, you can repeat the last 2 commands when having that pulls/5077 branch active.
To return to the original mega branch use git checkout mega.

Edit: fixed git checkout -b to read bit branch -c (again...)

NB: The 's' in 'pulls' is on purpose, not a typo!

from espeasy.

tabunslonopotamov avatar tabunslonopotamov commented on September 28, 2024

looks like it helped

81490: HTTP: serialproxy_writemix,0x1122334455000000FFFFFF
81497: Proxy: Sending 11 bytes.

from espeasy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.