Category
Hardware Compatibility
Hardware
Other
Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?
Firmware Version
2.7.20
Description
So this is all the log:
C:\Users\sopue\Downloads>python -m meshtastic --noproto
WARNING file:mesh_interface.py _sendToRadio line:1227 Not sending packet because protocol use is disabled by noProto
Connected to radio
WARNING file:mesh_interface.py _sendToRadio line:1227 Not sending packet because protocol use is disabled by noProto
INFO | ??:??:?? 1
//\ E S H T /\ S T / C
DEBUG | ??:??:?? 1 Filesystem files:
DEBUG | ??:??:?? 1 prefs (directory)
DEBUG | ??:??:?? 1 module.proto (105 Bytes)
DEBUG | ??:??:?? 1 channels.proto (59 Bytes)
DEBUG | ??:??:?? 1 config.proto (187 Bytes)
DEBUG | ??:??:?? 1 device.proto (143 Bytes)
DEBUG | ??:??:?? 1 nodes.proto (1026 Bytes)
DEBUG | ??:??:?? 1 transmit_history.dat (18 Bytes)
DEBUG | ??:??:?? 1 adafruit (directory)
DEBUG | ??:??:?? 1 bond_prph (directory)
DEBUG | ??:??:?? 1 bond_cntr (directory)
DEBUG | ??:??:?? 1 Power::max17048Init lipo sensor is not ready yet
DEBUG | ??:??:?? 1 Use analog input 32 for battery level
INFO | ??:??:?? 1 Scan for i2c devices
DEBUG | ??:??:?? 1 Scan for I2C devices on port 1
I did compile and try develop, same result. I then just commented out the scanPort call here in main.cpp:
#elif HAS_WIRE
i2cScanner->scanPort(ScanI2C::I2CPort::WIRE);
#endif
And then it starts properly.
Relevant log output
Category
Hardware Compatibility
Hardware
Other
Is this bug report about any UI component firmware like InkHUD or Meshtatic UI (MUI)?
Firmware Version
2.7.20
Description
So this is all the log:
I did compile and try develop, same result. I then just commented out the scanPort call here in main.cpp:
And then it starts properly.
Relevant log output