//Config
//=====
[env:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
monitor_speed = 115200
//Issue
//======
The contents of Unity.h are being recognised as if it removed then lines like “RUN_TEST(test_led_state_high);” fail. But it shows a squiggly line a you can see and fails to run.
Any ideas ? thanks.
2 | #include <unity.h>
| ^~~~~~~~~
compilation terminated.
*** [.pio\build\esp12e\src\main.cpp.o] Error 1
========================================================================================== [FAILED] Took 1.71 seconds ==========================================================================================The terminal process “C:\Users\Gel.platformio\penv\Scripts\platformio.exe ‘run’” terminated with exit code: 1.