ttgo-lora32-v2: pins_arduino.h: missing
See original GitHub issueI am trying to compile my code for ttgo-lora32-v2, but it looks like there is an issue with a missing pins_arduino.h:
In file included from src/main.cpp:1:0:
/home/pbuchegger/.platformio/packages/framework-arduinoespressif32/cores/esp32/Arduino.h:185:26: fatal error: pins_arduino.h: No such file or directory
If i compile for ttgo-lora32-v1, it is working as expected but not for the ttgo-lora32-v2. If i take a look into ~/.platformio/packages/framework-arduinoespressif32/variants
i can see that the folder is missing. After a deinstall and install of the framework, there is no change.
Issue Analytics
- State:
- Created 3 years ago
- Comments:14 (1 by maintainers)
Top Results From Across the Web
LoRa, Sensor, TTGO-LORA32, pins and buss - Arduino Forum
LoRa, Sensor, TTGO-LORA32, pins and buss ... My DHT20 only have 2 pins SDA and SCL and i have connected them to 21...
Read more >TTGO LoRa32 SX1276 OLED with Arduino IDE
The following figure shows the TTGO LoRa32 OLED board pinout. TTGO LoRa32 OLED SX1276 Pinout Diagram. The OLED displays communicates using I2C communication ......
Read more >Can't compile code examples for TTGO LoRa32 SX1276 ...
The boards I'm using are v1.1 boards, which look a bit different–no external antenna and only 24 pins. I expect I might have...
Read more >Fatal error: pins_arduino.h: No such file or directory
I have tried to compile a program already tested before and I am not able, it always gives error. I'm not an expert...
Read more >Joen's code snippets pages - LilyGO TTGO T-display ESP32
The LilyGO TTGO T-display ESP32 is a nice little Arduino development board with color display, battery charging interface, 2 onboard GPIO buttons and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My Solution for that: Open
[...]/.platformio\packages\framework-arduinoespressif32\variants
Create Folderttgo-lora32-v2
Create Filepins_arduino.h
Insert this:I’m having this same issue with a Wemos D1 R2 (Uno-like board, not mini).