espcoreversion
This commit is contained in:
@@ -542,9 +542,12 @@ void Config::sleepForAfter(uint16_t sf, uint16_t sa){
|
||||
}
|
||||
|
||||
void Config::bootInfo() {
|
||||
BOOTLOG("******************************************");
|
||||
BOOTLOG("* ёPadio v%s *", VERSION);
|
||||
BOOTLOG("******************************************");
|
||||
BOOTLOG("************************************************");
|
||||
BOOTLOG("* ёPadio v%s *", VERSION);
|
||||
BOOTLOG("************************************************");
|
||||
BOOTLOG("arduino:\t%d", ARDUINO);
|
||||
BOOTLOG("compiler:\t%s", __VERSION__);
|
||||
BOOTLOG("esp:\t\t%d.%d.%d", ESP_ARDUINO_VERSION_MAJOR, ESP_ARDUINO_VERSION_MINOR, ESP_ARDUINO_VERSION_PATCH);
|
||||
BOOTLOG("display:\t%d", DSP_MODEL);
|
||||
if(VS1053_CS==255) {
|
||||
BOOTLOG("audio:\t\t%s (%d, %d, %d)", "I2S", I2S_DOUT, I2S_BCLK, I2S_LRC);
|
||||
|
||||
Reference in New Issue
Block a user