Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emonPiLCD1.py fix for CM firmware #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 6, 2024

  1. Fix receiving in JEELIB_NATIVE mode

    Fix transmitting to match expected format from EmonHubOEMInterfacer
    (also matches how transmission has been done before and works with
    emonglcd)
    Remove verbose mode and associated Serial.prints to get more room in
    flash. Verbose mode is spurious as config changes can be verified with
    'l' and 'L' options, and was disabled by default. Without removing these
    there was no room in flash for the code. Consideration could be given in
    future to make the help more terse and reducing the large amount of
    Serial.prints uin the code to gain further space
    alandpearson committed May 6, 2024
    Configuration menu
    Copy the full SHA
    47bc067 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Fix MQTT topic selection from config file

    Format temp and vrms to .2f
    Allow emonPiLCD1.py to work with both emonlibCM and DS firmware
    alandpearson committed May 8, 2024
    Configuration menu
    Copy the full SHA
    db4a3dd View commit details
    Browse the repository at this point in the history