[ref=#00aa00]support[/ref], почему то не компилируется проект.
TEST_17-12-2023.flp
[spoiler]
Arduino: 1.8.19 (Windows 10), Плата:"Arduino Pro or Pro Mini, ATmega328P (5V, 16 MHz)"
C:\Users\User\AppData\Local\Temp\flprog\pr1\pr1.ino: In function 'void setup()':
pr1:173:31: error: 'readIntegerFromEEPROM' was not declared in this scope
_menuValueArray_int[0] = (readIntegerFromEEPROM(0, 0, 0x0));
^~~~~~~~~~~~~~~~~~~~~
C:\Users\User\AppData\Local\Temp\flprog\pr1\pr1.ino: In function 'void loop()':
pr1:313:36: error: '_readStringFromProgmem' was not declared in this scope
_MenuBlock_188948579_MNO = _readStringFromProgmem ((char*)pgm_read_word(&(_flprogMenuStringsArray[_tempVariable_int - 1])));
^~~~~~~~~~~~~~~~~~~~~~
pr1:314:36: error: '_menuOutputValueString' was not declared in this scope
_MenuBlock_188948579_VNO = _menuOutputValueString (0);
^~~~~~~~~~~~~~~~~~~~~~
pr1:333:13: error: '_menuUpdateToEEpromItems' was not declared in this scope
_menuUpdateToEEpromItems();
^~~~~~~~~~~~~~~~~~~~~~~~
pr1:348:17: error: '_menuUpEvents' was not declared in this scope
_menuUpEvents(0);
^~~~~~~~~~~~~
pr1:349:17: error: '_menuUpdateToEEpromItems' was not declared in this scope
_menuUpdateToEEpromItems();
^~~~~~~~~~~~~~~~~~~~~~~~
pr1:364:17: error: '_menuDownEvents' was not declared in this scope
_menuDownEvents(0);
^~~~~~~~~~~~~~~
pr1:365:17: error: '_menuUpdateToEEpromItems' was not declared in this scope
_menuUpdateToEEpromItems();
^~~~~~~~~~~~~~~~~~~~~~~~
pr1:380:17: error: '_menuEnterTheMenuEvents' was not declared in this scope
_menuEnterTheMenuEvents (0);
^~~~~~~~~~~~~~~~~~~~~~~
pr1:381:17: error: '_menuUpdateToEEpromItems' was not declared in this scope
_menuUpdateToEEpromItems();
^~~~~~~~~~~~~~~~~~~~~~~~
pr1:396:17: error: '_menuExitFromMenuEvents' was not declared in this scope
_menuExitFromMenuEvents (0);
^~~~~~~~~~~~~~~~~~~~~~~
pr1:397:17: error: '_menuUpdateToEEpromItems' was not declared in this scope
_menuUpdateToEEpromItems();
^~~~~~~~~~~~~~~~~~~~~~~~
pr1:412:19: error: '_valueUpEvents' was not declared in this scope
_valueUpEvents(0);
^~~~~~~~~~~~~~
pr1:427:19: error: '_valueDownEvents' was not declared in this scope
_valueDownEvents(0);
^~~~~~~~~~~~~~~~
pr1:487:52: error: '_floatToStringWitRaz' was not declared in this scope
_dispTempLength1 = ((((String("t = ")) + ((_floatToStringWitRaz(MAX6675_5_4_6_Output,2))) + (String("\xdf\C"))))).length();
^~~~~~~~~~~~~~~~~~~~
pr1:588:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:592:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:603:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:634:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:665:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:683:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:701:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:717:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:727:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:752:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:775:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:794:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:798:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:802:5: error: a function-definition is not allowed here before '{' token
{
^
pr1:808:5: error: a function-definition is not allowed here before '{' token
{
^
Несколько библиотек найдено для "max6675.h"
Используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\MAX6675
Не используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\MAX6675_library
Несколько библиотек найдено для "SPI.h"
Используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\SPI
Не используется: D:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\packages\arduino\hardware\avr\1.8.6\libraries\SPI
Несколько библиотек найдено для "EEPROM.h"
Используется: D:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\packages\arduino\hardware\avr\1.8.6\libraries\EEPROM
Не используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\E2PROM
Несколько библиотек найдено для "Wire.h"
Используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\Wire
Не используется: D:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\packages\arduino\hardware\avr\1.8.6\libraries\Wire
Несколько библиотек найдено для "SoftwareSerial.h"
Используется: D:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\packages\arduino\hardware\avr\1.8.6\libraries\SoftwareSerial
Не используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\SoftwareSerial
Не используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\Esp32-SoftwareSerial
Несколько библиотек найдено для "Ethernet.h"
Используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\Ethernet
Не используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\libraries\Ethernet
Несколько библиотек найдено для "PID_v1.h"
Используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\PID_v1
Не используется: d:\Program Files\FLProg_8-2-3_Win64\ideV8\portable\sketchbook\libraries\PID
exit status 1
'readIntegerFromEEPROM' was not declared in this scope
[/spoiler]