File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,11 @@ void beginDisplay(TwoWire *i2cBus)
22
22
return ;
23
23
24
24
if (i2cBus == nullptr )
25
- reportFatalError (" Illegal display i2cBus" );
25
+ {
26
+ // reportFatalError("Illegal display i2cBus");
27
+ systemPrintln (" ERROR: Illegal display i2cBus! Failed to detect the display! Continuing...\r\n " );
28
+ return ;
29
+ }
26
30
27
31
uint8_t i2cAddress;
28
32
uint16_t x;
Original file line number Diff line number Diff line change 22
22
1.2: Add support for SiT5811 and STP3593LF oscillators
23
23
1.3: Enable Ethernet by default
24
24
1.4: Include a soft reset to work around "Ready for SUF Download"
25
- 1.5: Print an ERROR if the display is not detected , but allow firmware to continue
25
+ 1.5: Print an ERROR if the display is not initialized , but allow firmware to continue
26
26
Print mosaic-T version, S/N, Ethernet MAC + IP in menuMain
27
27
Store previousIP in NVM - updated once per hour
28
28
Print oscillator type in menuMain
29
+ 2.0: Add support for the GNSSDO Plus (GNSSDO+)
30
+ Add RX Clock Drift (RxClkDrift) reporting
31
+ Allow extra time when copying the mosaic-T configuration
32
+ Print an error if no TCXO / OCXO is detected, but allow firmware to continue
33
+ Print an ERROR if the display is not detected on I2C, but allow firmware to continue
29
34
*/
30
35
31
36
// This is passed in from compiler extra flags
You can’t perform that action at this time.
0 commit comments