mirror of
https://github.com/mikecarper/MeshCore.git
synced 2026-07-28 21:09:31 +00:00
Register SolarXiao LoRa OTA targets
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
// AUTO-GENERATED by tools/mota/gen_targets.py — do not edit by hand.
|
||||
// 491 OTA-capable PlatformIO envs. Maps target_id (= sha2-256:4 of the env name, LE uint32)
|
||||
// 503 OTA-capable PlatformIO envs. Maps target_id (= sha2-256:4 of the env name, LE uint32)
|
||||
// to the human-readable env name, so a node/tool can name a target seen over the air WITHOUT
|
||||
// transmitting the string in the .mota / LoRa protocol. Regenerate when the OTA env set changes.
|
||||
|
||||
@@ -358,6 +358,18 @@ inline const char* ota_target_env_name(uint32_t target_id) {
|
||||
{ 0x51fa1a49, "RAK_WisMesh_Tag_sensor" },
|
||||
{ 0xdb73638b, "SenseCap_Solar_repeater" },
|
||||
{ 0xd904c2d5, "SenseCapIndicator-ESPNow_comp_radio_usb" },
|
||||
{ 0x0db48f35, "solarxiao_30S_companion_radio_ble" },
|
||||
{ 0x20532f6c, "solarxiao_30S_companion_radio_usb" },
|
||||
{ 0x293ced32, "solarxiao_30S_kiss_modem" },
|
||||
{ 0xb38ebf22, "solarxiao_30S_repeater" },
|
||||
{ 0x7c89c73d, "solarxiao_30S_repeater_bridge_rs232" },
|
||||
{ 0x2d7c11e8, "solarxiao_30S_room_server" },
|
||||
{ 0x61b32037, "solarxiao_33S_companion_radio_ble" },
|
||||
{ 0xad1cd53d, "solarxiao_33S_companion_radio_usb" },
|
||||
{ 0x0e18b360, "solarxiao_33S_kiss_modem" },
|
||||
{ 0x3caf966e, "solarxiao_33S_repeater" },
|
||||
{ 0xcb59ea4e, "solarxiao_33S_repeater_bridge_rs232" },
|
||||
{ 0xe3a28284, "solarxiao_33S_room_server" },
|
||||
{ 0xd0df8303, "Station_G2_companion_radio_ble" },
|
||||
{ 0x5c1a54f8, "Station_G2_companion_radio_usb" },
|
||||
{ 0x79cc029e, "Station_G2_companion_radio_wifi" },
|
||||
|
||||
Reference in New Issue
Block a user