Success! I re-copied the project folder, and now it got further.
But on the third command (more precisely 2.3 - pio run -e EEP -t upload) I got an error:
RAM: [=====Error: The program size (33576 bytes) is greater than maximum allowed (32768 bytes)
Is the chip on my Arduino the wrong one?
My chip is a 328P. I plugged in another Arduino with the same chip, just in a smaller form factor — same result 
🇷🇺 Оригинал
Успех! Перезакинул папку проекта и теперь дело пошло дальше.
Но на третьей команде (точнее 2.3 - pio run -e EEP -t upload) получил ошбику:
RAM: [=====Error: The program size (33576 bytes) is greater than maximum allowed (32768 bytes)
Чип на моей ардуинке не тот?
Чип у меня 328P. Воткнул другую ардуинку с таким же чипом, но в более мелком исполнении - тот же результат 
Which menu language did you select in the config?
🇷🇺 Оригинал
Язык меню какой в конфиге выбрал?
Set it to English. With Russian, the firmware with scales doesn’t fit
🇷🇺 Оригинал
Поставь английский. С русским не влезает прошивка с весами
Thanks! Am I understanding correctly that at this stage I only need to run the third command?
🇷🇺 Оригинал
Спасибо! Правильно же я понимаю, что на этом этапе нужно только третью команду выполнить?
Yes, only the third one [iz chata]
🇷🇺 Оригинал
Да, только третью [iz chata]
Looks like it didn’t help, same size, still 33576 bytes 
What am I doing wrong?
And how do I disable the scales?
I found the parameter #define SCALES_MODULE_NUM 4
but there’s no description for it. If I set it to 0, will the scales be excluded from compilation?
🇷🇺 Оригинал
что-то не помогло, тот же размер, 33576 bytes остался 
Что я делаю не так?
И как отключить весы?
нашёл параметр #define SCALES_MODULE_NUM 4
но нет его описания. Если 0 поставлю, выключатся весы из компиляции?