mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-03 13:55:45 +00:00
Modification conflict
This commit is contained in:
parent
81d087162d
commit
c1a0546575
@ -111,6 +111,10 @@ AccelerometerThread *accelerometerThread = nullptr;
|
|||||||
#include "AudioThread.h"
|
#include "AudioThread.h"
|
||||||
AudioThread *audioThread = nullptr;
|
AudioThread *audioThread = nullptr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(M5STACK_COREBASIC)
|
#if defined(M5STACK_COREBASIC)
|
||||||
#include <M5Unified.h>
|
#include <M5Unified.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -187,8 +187,10 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
/* RadioMaster 900 Bandit, https://www.radiomasterrc.com/products/bandit-expresslrs-rf-module
|
/* RadioMaster 900 Bandit, https://www.radiomasterrc.com/products/bandit-expresslrs-rf-module
|
||||||
SSD1306 OLED and No GPS */
|
SSD1306 OLED and No GPS */
|
||||||
meshtastic_HardwareModel_RADIOMASTER_900_BANDIT = 74,
|
meshtastic_HardwareModel_RADIOMASTER_900_BANDIT = 74,
|
||||||
|
|
||||||
|
|
||||||
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */
|
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */
|
||||||
meshtastic_HardwareModel_M5STACK_COREBASIC=75,
|
meshtastic_HardwareModel_M5STACK_COREBASIC=76,
|
||||||
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
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.
|
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.
|
||||||
------------------------------------------------------------------------------------------------------------------------------------------ */
|
------------------------------------------------------------------------------------------------------------------------------------------ */
|
||||||
|
Loading…
Reference in New Issue
Block a user