You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything is in the title. I select Examples>Basic>serial>TX_test and hit 'Compile'. This gives the following error:
C:\Users\Mbl\Documents\Arduino\hardware\CubeCell\ASR650x-Arduino\libraries\Basics\src\softSerial.cpp: In static member function 'static void softSerial::receiverBegin()':
C:\Users\Mbl\Documents\Arduino\hardware\CubeCell\ASR650x-Arduino\libraries\Basics\src\softSerial.cpp:129:7: error: 'start' does not name a type
auto start = millis();
^
C:\Users\Mbl\Documents\Arduino\hardware\CubeCell\ASR650x-Arduino\libraries\Basics\src\softSerial.cpp:161:22: error: 'start' was not declared in this scope
} while (millis() - start < SOFTSERIAL_RX_TIMEOUT);
Everything is in the title. I select
Examples>Basic>serial>TX_test
and hit 'Compile'. This gives the following error:I am using Arduino IDE on Windows. This happens whether I add the board through the Board Manager or using the instructions found at https://github.com/HelTecAutomation/CubeCell-Arduino/blob/master/InstallGuide/windows.md.
Any help appreciated.
The text was updated successfully, but these errors were encountered: