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

sed doesn't like newlines #4847

Merged
merged 4 commits into from
Sep 24, 2024
Merged

Conversation

scruplelesswizard
Copy link
Contributor

No description provided.

@fifieldt fifieldt self-requested a review September 24, 2024 07:10
Copy link
Contributor

@fifieldt fifieldt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to fix the rm -rf . line at the end. Causes nrf52 to fail

@fifieldt fifieldt marked this pull request as ready for review September 24, 2024 07:11
@fifieldt fifieldt merged commit c72612d into meshtastic:master Sep 24, 2024
36 of 107 checks passed
panaceya added a commit to mesh-mk-ua/meshtastic-firmware that referenced this pull request Sep 25, 2024
* sed doesn't like newlines (meshtastic#4847)

* sed doesn't like newlines

* fold remove-debug-flags block

* PATH is a system env var

* Runners don't like rm -f ${workspace path}

* chomp trailing newline (meshtastic#4848)

* Fix Ublox M10 Setup (meshtastic#4842)

There is no EXTINT pin available on the Tdeck, which uses
the Ublox M10 GPS. Therefore our previous hack to use that pin
makes the GPS not work. That workaround was implemented to
fix sleep issues which have now since been fixed with the
state machine.

This patch restores the state prior to the hack, which is
known-working.

Additionaly, it was discovered that M10s hate it when you
try and save to non-extistent eeprom/SPI flash.

This patch creates a new SAVE command for the M10 that fixes
this issue.

Many thanks to @MisterC925 whose report and testing was
essential for this fix.

fixes meshtastic#4625

Co-authored-by: Ken McGuire <[email protected]>

* Remove old comments from main (meshtastic#4849)

These comments were circa 4 years old. Remove them.

* Try v3

* Don't run checks on workflow_dispatch

* Remove native and add v4 back

* Don't wait for after-checks

---------

Co-authored-by: Jason Murray <[email protected]>
Co-authored-by: Tom Fifield <[email protected]>
Co-authored-by: Ken McGuire <[email protected]>
Co-authored-by: Ben Meadors <[email protected]>
panaceya added a commit to mesh-mk-ua/meshtastic-firmware that referenced this pull request Sep 25, 2024
* sed doesn't like newlines (meshtastic#4847)

* sed doesn't like newlines

* fold remove-debug-flags block

* PATH is a system env var

* Runners don't like rm -f ${workspace path}

* chomp trailing newline (meshtastic#4848)

* Fix Ublox M10 Setup (meshtastic#4842)

There is no EXTINT pin available on the Tdeck, which uses
the Ublox M10 GPS. Therefore our previous hack to use that pin
makes the GPS not work. That workaround was implemented to
fix sleep issues which have now since been fixed with the
state machine.

This patch restores the state prior to the hack, which is
known-working.

Additionaly, it was discovered that M10s hate it when you
try and save to non-extistent eeprom/SPI flash.

This patch creates a new SAVE command for the M10 that fixes
this issue.

Many thanks to @MisterC925 whose report and testing was
essential for this fix.

fixes meshtastic#4625

Co-authored-by: Ken McGuire <[email protected]>

* Remove old comments from main (meshtastic#4849)

These comments were circa 4 years old. Remove them.

* Try v3

* Don't run checks on workflow_dispatch

* Remove native and add v4 back

* Don't wait for after-checks

* Remove amd64

* Ony run on test runner label

* Got the runner labels backwards

* Setup python

* [create-pull-request] automated change (meshtastic#4858)

Co-authored-by: thebentern <[email protected]>

* pip3

* pipx

* No args

* Update tests.yml

* Pipargs

* PIO script

* Setup node

* Consolidate commands

* Who chose that ridiculous name anyway?!

* Checkout should handle this but oh well

* Bin path

* Meshtestic submodule update

* master ref

* Actual ref

* python3 ref

* Put this back

* fix meshtastic#4844 (meshtastic#4859)

* Also put this back

---------

Co-authored-by: Jason Murray <[email protected]>
Co-authored-by: Tom Fifield <[email protected]>
Co-authored-by: Ken McGuire <[email protected]>
Co-authored-by: Ben Meadors <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: thebentern <[email protected]>
Co-authored-by: Thomas Göttgens <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants