espcoreversion

This commit is contained in:
e2002
2022-12-08 18:31:26 +03:00
parent 1081cae041
commit 122bbec5f0
7 changed files with 19 additions and 12 deletions

View File

@@ -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);