sforkowany z mirror/meshtastic-firmware
rak4631: kinda runs
rodzic
bfdc05154b
commit
f7d199a3be
|
@ -26,8 +26,8 @@ jobs:
|
|||
run: platformio run -e tbeam
|
||||
- name: Build for heltec
|
||||
run: platformio run -e heltec
|
||||
- name: Build for lora-relay-v1
|
||||
run: platformio run -e lora-relay-v1
|
||||
- name: Build for wisblock RAK4631
|
||||
run: platformio run -e rak4631
|
||||
- name: Build for native
|
||||
run: platformio run -e native
|
||||
- name: Integration test
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
set -e
|
||||
|
||||
echo "Converting to uf2 for NRF52 Adafruit bootloader"
|
||||
bin/uf2conv.py .pio/build/lora-relay-v2/firmware.hex -f 0xADA52840
|
||||
# cp flash.uf2 /media/kevinh/FTH*BOOT/
|
||||
bin/uf2conv.py .pio/build/rak4631/firmware.hex -f 0xADA52840
|
||||
cp flash.uf2 /media/kevinh/FTH*BOOT/
|
||||
|
|
|
@ -24,9 +24,9 @@ https://docs.rakwireless.com/Product-Categories/Accessories/RAKBox-B2/Overview/#
|
|||
* DONE solder header
|
||||
* DONE attach antenna
|
||||
* get building (LORA disabled)
|
||||
* FIX LEDs
|
||||
* FIX BUTTONs
|
||||
* FIX I2C assignment
|
||||
* DONE FIX LEDs
|
||||
* DONE FIX BUTTONs
|
||||
* DONE FIX I2C assignment
|
||||
* FIX LORA SPI
|
||||
* FIX GPS GPIO assignment
|
||||
* Disable Bluetooth
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
#include "WVariant.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
// Number of pins defined in PinDescription array
|
||||
|
@ -137,6 +136,10 @@ extern "C"
|
|||
#define EXTERNAL_FLASH_DEVICES IS25LP080D
|
||||
#define EXTERNAL_FLASH_USE_QSPI
|
||||
|
||||
// Meshtastic specific flags
|
||||
#define USE_SIM_RADIO
|
||||
#define USE_SEGGER
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Ładowanie…
Reference in New Issue