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

sendRequestToOctoprint() debugging #29

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

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    6c06302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6169c6 View commit details
    Browse the repository at this point in the history
  3. sendRequestToOctoprint():

    - Resole issue chunkysteveo#28
    - Reduce memory footprint with less variables
    - Split header sending in sendHeader()
    - Timeout run through all request
    - Refactor main loop for a better readability
    
    WARNING: Only tested with GET (Octoprint up and down with Haproxy, with printer up and down).
    	 Not tested yet with POST commands.
    
    Reduce variable memory for octoPrintPrintHeadRelativeJog() and remove a potential buffer overflow.
    
    Remove unsued maxMessageLength and httpErrorBody
    fmatray committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    920890c View commit details
    Browse the repository at this point in the history
  4. minor debug

    fmatray committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    fd95a14 View commit details
    Browse the repository at this point in the history
  5. Minor debugging

    fmatray committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    810ebc7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44dbf3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ca7c70 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Minor debugging and cleaning. Remove a potential bug if the server di…

    …sconnect while waiting or reading data.
    fmatray committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    87c7acd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. waiting delay has been changed to 100ms. fast calls to available() ca…

    …n cash WifiNINA driver
    fmatray committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    7df595a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    bf7b39f View commit details
    Browse the repository at this point in the history
  2. Add octoPrintGetPrinterChamber() and octoPrintSetChamberTemperature()…

    …. Not really tested and I don't have a chamber.
    fmatray committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    c963a34 View commit details
    Browse the repository at this point in the history