Porównaj commity

...

7 Commity

Autor SHA1 Wiadomość Data
Ben Meadors 1bfe0354d1
Merge pull request #496 from 2itea/master
Update telemetry.proto
2024-05-05 13:30:30 -05:00
pr000t edbf510ef7
Update telemetry.proto
Add Sensirion SHT4X sensors
2024-05-05 17:19:54 +02:00
Ben Meadors 24776635ee
Merge pull request #495 from mrekin/master 2024-05-05 09:29:03 -05:00
vardas 7eab464879 Renaming 2024-05-05 16:34:11 +03:00
vardas df36597cbf New variant PROMICRO_DIY 2024-05-05 14:55:33 +03:00
Ben Meadors dd7d64cc03
Merge pull request #494 from meshtastic/wiphone
add wiphone
2024-05-04 16:59:37 -05:00
Thomas Göttgens 12fd8c7e3f
add wiphone 2024-05-04 20:37:16 +02:00
2 zmienionych plików z 16 dodań i 0 usunięć

Wyświetl plik

@ -319,6 +319,11 @@ enum HardwareModel {
*/
LORA_TYPE = 19;
/*
* wiphone https://www.wiphone.io/
*/
WIPHONE = 20;
/*
* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station
*/
@ -520,6 +525,12 @@ enum HardwareModel {
* Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS
*/
TWC_MESH_V4 = 62;
/*
* NRF52_PROMICRO_DIY
* Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS
*/
NRF52_PROMICRO_DIY = 63;
/*
* ------------------------------------------------------------------------------------------------------------------------------------------
* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits.

Wyświetl plik

@ -304,4 +304,9 @@ enum TelemetrySensorType {
* RCWL-9620 Doppler Radar Distance Sensor, used for water level detection
*/
RCWL9620 = 16;
/*
* Sensirion High accuracy temperature and humidity
*/
SHT4X = 17;
}