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

Devt #1034

Merged
merged 21 commits into from
Oct 1, 2023
Merged

Devt #1034

merged 21 commits into from
Oct 1, 2023

Commits on Aug 4, 2023

  1. Update GPIOPinDetail.cpp

    Moves pins 9 and 10 to no longer be restricted due to being available on some ESP32 chips. 
    
    Reference: #984
    ajquick authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    c0924f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Update index.html.gz

    Update for probing fixes
    bdring committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bae0a69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ee329 View commit details
    Browse the repository at this point in the history
  3. Revert "Merge branch 'Devt' of https://github.com/bdring/FluidNC into…

    … Devt"
    
    This reverts commit 48ee329, reversing
    changes made to bae0a69.
    bdring committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0ab99db View commit details
    Browse the repository at this point in the history
  4. Revert "Update index.html.gz"

    This reverts commit bae0a69.
    bdring committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4841bf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Store startup log in RTC DRAM

    ... so it can be preserved across panic resets
    MitchBradley committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9304839 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Basic functionality.

    bdring committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    1ee2b25 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    bdring committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    84ab119 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Cleanup

    bdring committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    db3b2ed View commit details
    Browse the repository at this point in the history
  2. Added interval item.

    bdring committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    5063b4a View commit details
    Browse the repository at this point in the history
  3. Update Status_outputs.h

    bdring committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    fb2078a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge pull request #1014 from bdring/main

    Index.html.gz
    MitchBradley authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bfdac37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1018 from bdring/PreserveStartupLog

    Store startup log in RTC DRAM
    MitchBradley authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c7c1a85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1021 from bdring/status_outputs

    Status outputs
    bdring authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3ee2c61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    608e614 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    37b2c34 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Optimize coolant delays

    Removed M9 delay
    Delay does not occur if M7 or M8 state does not change
    bdring committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c203e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Merge pull request #1033 from bdring/CoolantDelay

    Coolant delay
    MitchBradley authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    43c44f8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #985 from ajquick/u4wdh-patch-1

    Update GPIOPinDetail.cpp
    bdring authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    d9b672d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Merge pull request #1029 from bdring/SourceURL

    Added source URL to initial version INFO message
    MitchBradley authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d270d96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1025 from bdring/FixPanics

    Fixed some config errors that used to panic
    MitchBradley authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    989cd58 View commit details
    Browse the repository at this point in the history