mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-04 16:03:09 +02:00
Better warning message
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ bool initSPIs(Config &config)
|
||||
(int)config.spi1.miso, (int)config.spi1.mosi,
|
||||
(int)config.spi1.clock_freq);
|
||||
#else
|
||||
Serial.println("SPI not supported on Heltec");
|
||||
Serial.println("Custom SPI initializer not supported on Heltec");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user