mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-07 15:12:45 +00:00
Compare commits
2 Commits
9d31d9f43b
...
8bb1f3e869
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8bb1f3e869 | ||
![]() |
d75c91a760 |
@ -1 +1 @@
|
|||||||
Subproject commit 27fac39141d99fe727a0a1824c5397409b1aea75
|
Subproject commit 078ac8dfbe5f7533d7755cbe2ca3d08d86e5af34
|
@ -79,7 +79,10 @@ typedef enum _meshtastic_ModuleConfig_SerialConfig_Serial_Mode {
|
|||||||
/* NMEA messages specifically tailored for CalTopo */
|
/* NMEA messages specifically tailored for CalTopo */
|
||||||
meshtastic_ModuleConfig_SerialConfig_Serial_Mode_CALTOPO = 5,
|
meshtastic_ModuleConfig_SerialConfig_Serial_Mode_CALTOPO = 5,
|
||||||
/* Ecowitt WS85 weather station */
|
/* Ecowitt WS85 weather station */
|
||||||
meshtastic_ModuleConfig_SerialConfig_Serial_Mode_WS85 = 6
|
meshtastic_ModuleConfig_SerialConfig_Serial_Mode_WS85 = 6,
|
||||||
|
/* VE.Direct is a serial protocol used by Victron Energy products
|
||||||
|
https://beta.ivc.no/wiki/index.php/Victron_VE_Direct_DIY_Cable */
|
||||||
|
meshtastic_ModuleConfig_SerialConfig_Serial_Mode_VE_DIRECT = 7
|
||||||
} meshtastic_ModuleConfig_SerialConfig_Serial_Mode;
|
} meshtastic_ModuleConfig_SerialConfig_Serial_Mode;
|
||||||
|
|
||||||
/* TODO: REPLACE */
|
/* TODO: REPLACE */
|
||||||
@ -467,8 +470,8 @@ extern "C" {
|
|||||||
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Baud_ARRAYSIZE ((meshtastic_ModuleConfig_SerialConfig_Serial_Baud)(meshtastic_ModuleConfig_SerialConfig_Serial_Baud_BAUD_921600+1))
|
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Baud_ARRAYSIZE ((meshtastic_ModuleConfig_SerialConfig_Serial_Baud)(meshtastic_ModuleConfig_SerialConfig_Serial_Baud_BAUD_921600+1))
|
||||||
|
|
||||||
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Mode_MIN meshtastic_ModuleConfig_SerialConfig_Serial_Mode_DEFAULT
|
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Mode_MIN meshtastic_ModuleConfig_SerialConfig_Serial_Mode_DEFAULT
|
||||||
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Mode_MAX meshtastic_ModuleConfig_SerialConfig_Serial_Mode_WS85
|
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Mode_MAX meshtastic_ModuleConfig_SerialConfig_Serial_Mode_VE_DIRECT
|
||||||
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Mode_ARRAYSIZE ((meshtastic_ModuleConfig_SerialConfig_Serial_Mode)(meshtastic_ModuleConfig_SerialConfig_Serial_Mode_WS85+1))
|
#define _meshtastic_ModuleConfig_SerialConfig_Serial_Mode_ARRAYSIZE ((meshtastic_ModuleConfig_SerialConfig_Serial_Mode)(meshtastic_ModuleConfig_SerialConfig_Serial_Mode_VE_DIRECT+1))
|
||||||
|
|
||||||
#define _meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_MIN meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_NONE
|
#define _meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_MIN meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_NONE
|
||||||
#define _meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_MAX meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_BACK
|
#define _meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_MAX meshtastic_ModuleConfig_CannedMessageConfig_InputEventChar_BACK
|
||||||
|
@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
// "USERPREFS_BUTTON_PIN": "36",
|
// "USERPREFS_BUTTON_PIN": "36",
|
||||||
// "USERPREFS_CHANNELS_TO_WRITE": "3",
|
// "USERPREFS_CHANNELS_TO_WRITE": "3",
|
||||||
// "USERPREFS_CHANNEL_0_DOWNLINK_ENABLED": "true",
|
// "USERPREFS_CHANNEL_0_DOWNLINK_ENABLED": "false",
|
||||||
// "USERPREFS_CHANNEL_0_NAME": "DEFCONnect",
|
// "USERPREFS_CHANNEL_0_NAME": "REPLACEME",
|
||||||
// "USERPREFS_CHANNEL_0_PRECISION": "14",
|
// "USERPREFS_CHANNEL_0_PRECISION": "14",
|
||||||
// "USERPREFS_CHANNEL_0_PSK": "{ 0x38, 0x4b, 0xbc, 0xc0, 0x1d, 0xc0, 0x22, 0xd1, 0x81, 0xbf, 0x36, 0xb8, 0x61, 0x21, 0xe1, 0xfb, 0x96, 0xb7, 0x2e, 0x55, 0xbf, 0x74, 0x22, 0x7e, 0x9d, 0x6a, 0xfb, 0x48, 0xd6, 0x4c, 0xb1, 0xa1 }",
|
// "USERPREFS_CHANNEL_0_PSK": "{ 0x38, 0x4b, 0xbc, 0xc0, 0x1d, 0xc0, 0x22, 0xd1, 0x81, 0xbf, 0x36, 0xb8, 0x61, 0x21, 0xe1, 0xfb, 0x96, 0xb7, 0x2e, 0x55, 0xbf, 0x74, 0x22, 0x7e, 0x9d, 0x6a, 0xfb, 0x48, 0xd6, 0x4c, 0xb1, 0xa1 }",
|
||||||
// "USERPREFS_CHANNEL_0_UPLINK_ENABLED": "true",
|
// "USERPREFS_CHANNEL_0_UPLINK_ENABLED": "true",
|
||||||
// "USERPREFS_CHANNEL_1_DOWNLINK_ENABLED": "true",
|
// "USERPREFS_CHANNEL_1_DOWNLINK_ENABLED": "false",
|
||||||
// "USERPREFS_CHANNEL_1_NAME": "REPLACEME",
|
// "USERPREFS_CHANNEL_1_NAME": "Node Build Chat",
|
||||||
// "USERPREFS_CHANNEL_1_PRECISION": "14",
|
// "USERPREFS_CHANNEL_1_PRECISION": "14",
|
||||||
// "USERPREFS_CHANNEL_1_PSK": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
|
// "USERPREFS_CHANNEL_1_PSK": "{ 0x38, 0x4b, 0xbc, 0xc0, 0x1d, 0xc0, 0x22, 0xd1, 0x81, 0xbf, 0x36, 0xb8, 0x61, 0x21, 0xe1, 0xfb, 0x96, 0xb7, 0x2e, 0x55, 0xbf, 0x74, 0x22, 0x7e, 0x9d, 0x6a, 0xfb, 0x48, 0xd6, 0x4c, 0xb1, 0xa2 }",
|
||||||
// "USERPREFS_CHANNEL_1_UPLINK_ENABLED": "true",
|
// "USERPREFS_CHANNEL_1_UPLINK_ENABLED": "false",
|
||||||
// "USERPREFS_CHANNEL_2_DOWNLINK_ENABLED": "true",
|
// "USERPREFS_CHANNEL_2_DOWNLINK_ENABLED": "false",
|
||||||
// "USERPREFS_CHANNEL_2_NAME": "REPLACEME",
|
// "USERPREFS_CHANNEL_2_NAME": "Equipment Exchange",
|
||||||
// "USERPREFS_CHANNEL_2_PRECISION": "14",
|
// "USERPREFS_CHANNEL_2_PRECISION": "14",
|
||||||
// "USERPREFS_CHANNEL_2_PSK": "{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }",
|
// "USERPREFS_CHANNEL_2_PSK": "{ 0x38, 0x4b, 0xbc, 0xc0, 0x1d, 0xc0, 0x22, 0xd1, 0x81, 0xbf, 0x36, 0xb8, 0x61, 0x21, 0xe1, 0xfb, 0x96, 0xb7, 0x2e, 0x55, 0xbf, 0x74, 0x22, 0x7e, 0x9d, 0x6a, 0xfb, 0x48, 0xd6, 0x4c, 0xb1, 0xa3 }",
|
||||||
// "USERPREFS_CHANNEL_2_UPLINK_ENABLED": "true",
|
// "USERPREFS_CHANNEL_2_UPLINK_ENABLED": "false",
|
||||||
// "USERPREFS_CONFIG_GPS_MODE": "meshtastic_Config_PositionConfig_GpsMode_ENABLED",
|
// "USERPREFS_CONFIG_GPS_MODE": "meshtastic_Config_PositionConfig_GpsMode_ENABLED",
|
||||||
// "USERPREFS_CONFIG_LORA_IGNORE_MQTT": "true",
|
// "USERPREFS_CONFIG_LORA_IGNORE_MQTT": "true",
|
||||||
// "USERPREFS_CONFIG_LORA_REGION": "meshtastic_Config_LoRaConfig_RegionCode_US",
|
// "USERPREFS_CONFIG_LORA_REGION": "meshtastic_Config_LoRaConfig_RegionCode_US",
|
||||||
|
Loading…
Reference in New Issue
Block a user