Skip to content

Commit d97d046

Browse files
authored
Merge branch 'master' into overheard-hoptimisation
2 parents 190ec6d + af79970 commit d97d046

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+90
-56
lines changed

.github/workflows/main_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
else
3838
TARGETS=$(./bin/generate_ci_matrix.py ${{matrix.arch}} quick)
3939
fi
40-
echo "Name: ${{ github.ref_name }} Base: ${{ github.base_ref }} Head: ${{ github.head_ref }} Ref: ${{ github.ref }} Targets: $TARGETS"
40+
echo "Name: ${{ github.ref_name }} Base: ${{ github.base_ref }} } Ref: ${{ github.ref }} Targets: $TARGETS"
4141
echo "${{matrix.arch}}=$(jq -cn --argjson environments "$TARGETS" '{board: $environments}')" >> $GITHUB_OUTPUT
4242
outputs:
4343
esp32: ${{ steps.jsonStep.outputs.esp32 }}

.github/workflows/update_protobufs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
1818
- name: Download nanopb
1919
run: |
20-
wget https://jpa.kapsi.fi/nanopb/download/nanopb-0.4.9-linux-x86.tar.gz
21-
tar xvzf nanopb-0.4.9-linux-x86.tar.gz
22-
mv nanopb-0.4.9-linux-x86 nanopb-0.4.9
20+
wget https://jpa.kapsi.fi/nanopb/download/nanopb-0.4.9.1-linux-x86.tar.gz
21+
tar xvzf nanopb-0.4.9.1-linux-x86.tar.gz
22+
mv nanopb-0.4.9.1-linux-x86 nanopb-0.4.9
2323
2424
- name: Re-generate protocol buffers
2525
run: |

arch/nrf52/nrf52.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[nrf52_base]
22
; Instead of the standard nordicnrf52 platform, we use our fork which has our added variant files
3-
platform = platformio/nordicnrf52@^10.6.0
3+
platform = platformio/nordicnrf52@^10.7.0
44
extends = arduino_base
55
platform_packages =
66
; our custom Git version until they merge our PR
@@ -29,4 +29,4 @@ lib_deps=
2929

3030
lib_ignore =
3131
BluetoothOTA
32-
lvgl
32+
lvgl

boards/t-echo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"require_upload_port": true,
4949
"wait_for_upload_port": true
5050
},
51-
"url": "FIXME",
52-
"vendor": "TTGO"
51+
"url": "https://lilygo.cc/products/t-echo-lilygo",
52+
"vendor": "LILYGO"
5353
}

protobufs

src/mesh/generated/meshtastic/admin.pb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb constant definitions */
2-
/* Generated by nanopb-0.4.9 */
2+
/* Generated by nanopb-0.4.9.1 */
33

44
#include "meshtastic/admin.pb.h"
55
#if PB_PROTO_HEADER_VERSION != 40

src/mesh/generated/meshtastic/admin.pb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb header */
2-
/* Generated by nanopb-0.4.9 */
2+
/* Generated by nanopb-0.4.9.1 */
33

44
#ifndef PB_MESHTASTIC_MESHTASTIC_ADMIN_PB_H_INCLUDED
55
#define PB_MESHTASTIC_MESHTASTIC_ADMIN_PB_H_INCLUDED

src/mesh/generated/meshtastic/apponly.pb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb constant definitions */
2-
/* Generated by nanopb-0.4.9 */
2+
/* Generated by nanopb-0.4.9.1 */
33

44
#include "meshtastic/apponly.pb.h"
55
#if PB_PROTO_HEADER_VERSION != 40

src/mesh/generated/meshtastic/apponly.pb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb header */
2-
/* Generated by nanopb-0.4.9 */
2+
/* Generated by nanopb-0.4.9.1 */
33

44
#ifndef PB_MESHTASTIC_MESHTASTIC_APPONLY_PB_H_INCLUDED
55
#define PB_MESHTASTIC_MESHTASTIC_APPONLY_PB_H_INCLUDED

src/mesh/generated/meshtastic/atak.pb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* Automatically generated nanopb constant definitions */
2-
/* Generated by nanopb-0.4.9 */
2+
/* Generated by nanopb-0.4.9.1 */
33

44
#include "meshtastic/atak.pb.h"
55
#if PB_PROTO_HEADER_VERSION != 40

0 commit comments

Comments
 (0)