mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
Switch to a smaller sample of devices for cppcheck
This commit is contained in:
9
.github/workflows/main_matrix.yml
vendored
9
.github/workflows/main_matrix.yml
vendored
@@ -23,26 +23,17 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- board: rak11200
|
- board: rak11200
|
||||||
- board: tlora-v2
|
|
||||||
- board: tlora-v1
|
- board: tlora-v1
|
||||||
- board: tlora_v1_3
|
|
||||||
- board: tlora-v2-1-1.6
|
- board: tlora-v2-1-1.6
|
||||||
- board: tbeam
|
- board: tbeam
|
||||||
- board: heltec-v1
|
|
||||||
- board: heltec-v2.0
|
|
||||||
- board: heltec-v2.1
|
- board: heltec-v2.1
|
||||||
- board: tbeam0.7
|
|
||||||
- board: meshtastic-diy-v1
|
- board: meshtastic-diy-v1
|
||||||
- board: meshtastic-dr-dev
|
|
||||||
- board: rak4631
|
- board: rak4631
|
||||||
- board: rak4631_eink
|
|
||||||
- board: t-echo
|
- board: t-echo
|
||||||
- board: nano-g1
|
- board: nano-g1
|
||||||
- board: station-g1
|
- board: station-g1
|
||||||
- board: m5stack-core
|
|
||||||
- board: m5stack-coreink
|
- board: m5stack-coreink
|
||||||
- board: tbeam-s3-core
|
- board: tbeam-s3-core
|
||||||
- board: feather_diy
|
|
||||||
# - board: pico
|
# - board: pico
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Submodule protobufs updated: c82c15aac7...5b892e4c19
@@ -501,7 +501,7 @@ typedef PB_BYTES_ARRAY_T(256) MeshPacket_encrypted_t;
|
|||||||
typedef struct _MeshPacket {
|
typedef struct _MeshPacket {
|
||||||
/* The sending node number.
|
/* The sending node number.
|
||||||
Note: Our crypto implementation uses this field as well.
|
Note: Our crypto implementation uses this field as well.
|
||||||
See [crypto](/docs/about/overview/encryption) for details.
|
See [crypto](/docs/overview/encryption) for details.
|
||||||
FIXME - really should be fixed32 instead, this encoding only hurts the ble link though. */
|
FIXME - really should be fixed32 instead, this encoding only hurts the ble link though. */
|
||||||
uint32_t from;
|
uint32_t from;
|
||||||
/* The (immediatSee Priority description for more details.y should be fixed32 instead, this encoding only
|
/* The (immediatSee Priority description for more details.y should be fixed32 instead, this encoding only
|
||||||
@@ -529,7 +529,7 @@ typedef struct _MeshPacket {
|
|||||||
needs to be unique for a few minutes (long enough to last for the length of
|
needs to be unique for a few minutes (long enough to last for the length of
|
||||||
any ACK or the completion of a mesh broadcast flood).
|
any ACK or the completion of a mesh broadcast flood).
|
||||||
Note: Our crypto implementation uses this id as well.
|
Note: Our crypto implementation uses this id as well.
|
||||||
See [crypto](/docs/about/overview/encryption) for details.
|
See [crypto](/docs/overview/encryption) for details.
|
||||||
FIXME - really should be fixed32 instead, this encoding only
|
FIXME - really should be fixed32 instead, this encoding only
|
||||||
hurts the ble link though. */
|
hurts the ble link though. */
|
||||||
uint32_t id;
|
uint32_t id;
|
||||||
|
|||||||
Reference in New Issue
Block a user