Add git repos as libdeps for libs no longer present in package registry, update README.md

This commit is contained in:
code8buster 2022-11-15 21:40:11 -05:00
parent 0adc5ce3de
commit c2a2ce0b4e
3 changed files with 13 additions and 6 deletions

View File

@ -3,9 +3,16 @@
[![Continuous Integration](https://github.com/meshtastic/Meshtastic-device/actions/workflows/main.yml/badge.svg)](https://github.com/meshtastic/Meshtastic-device/actions/workflows/main.yml)
![GitHub all releases](https://img.shields.io/github/downloads/meshtastic/meshtastic-device/total)
This branch is End-of-Life.
Requires platformio =< 6.0.0
Recommended to add core_dir = .platformio to your cloned platformio.ini and use python-virtualenv to keep newer platformio versions/platform packages separate.
# Old readme below #
## This repository contains the device firmware used in the [Meshtastic](https://meshtastic.org) project.
Update Instructions
Update Instructions (docs have versioned up, may no longer apply)
[For ESP32 devices click here](https://meshtastic.org/docs/getting-started/flashing-esp32)

View File

@ -139,9 +139,9 @@ build_flags =
lib_deps =
${arduino_base.lib_deps}
${environmental.lib_deps}
https://github.com/meshtastic/esp32_https_server.git
https://github.com/lewisxhe/esp32_https_server.git#6900520645c0e974eefcc699b659fa481a36b870
h2zero/NimBLE-Arduino@1.3.6
tobozo/ESP32-targz@^1.1.4
https://github.com/tobozo/ESP32-targz#1.1.4
arduino-libraries/NTPClient#531eff39d9fbc831f3d03f706a161739203fbe2a
# Hmm - this doesn't work yet

View File

@ -1,6 +1,6 @@
// For OLED LCD
#define I2C_SDA 21
#define I2C_SCL 22
#define I2C_SDA 4
#define I2C_SCL 5
// GPS
#undef GPS_RX_PIN
@ -19,7 +19,7 @@
// In transmitting, set TXEN as high communication levelRXEN pin is low level;
// In receiving, set RXEN as high communication level, TXEN is lowlevel;
// Before powering off, set TXEN、RXEN as low level.
#define LORA_RXEN 17 // Input - RF switch RX control, connecting external MCU IO, valid in high level
#define LORA_RXEN 21 // Input - RF switch RX control, connecting external MCU IO, valid in high level
#define LORA_TXEN -1 // Input - RF switch TX control, connecting external MCU IO or DIO2, valid in high level
/* --PINS FOR THE 900M22S
#undef RF95_SCK