Merge branch 'master' into principale

This commit is contained in:
A_Ponzano 2025-01-04 22:09:15 +01:00 committed by GitHub
commit c82f23ed2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View File

@ -12,12 +12,6 @@ Lora:
# IRQ: 17
# Reset: 22
# Module: RF95 # Adafruit RFM9x
# Reset: 25
# CS: 7
# IRQ: 22
# Busy: 23
# Module: RF95 # Elecrow Lora RFM95 IOT https://www.elecrow.com/lora-rfm95-iot-board-for-rpi.html
# Reset: 22
# CS: 7

View File

@ -0,0 +1,5 @@
# Module: RF95 # Adafruit RFM9x
# Reset: 25
# CS: 7
# IRQ: 22
# Busy: 23

6
debian/rules vendored
View File

@ -7,8 +7,10 @@
override_dh_auto_build:
# Terrible hack to use modern platformio to build the native version
python3 -m venv venv
venv/bin/pip install platformio
venv/bin/platformio run -e native
. venv/bin/activate
pip install platformio
platformio run -e native
deactivate
rm -rf venv
# Move the binary and default config to the correct name
mv .pio/build/native/program .pio/build/native/meshtasticd