Hello everyone, I am trying to get the ESP-IDF to work in a new install of eclipse
I can build and flash on the command line using the idf.py commands
but I am unable to get the eclipse environment to build
I get this error output
Errors occurred during the build.
Errors running builder 'CDT ...
Search found 2 matches
- Sun Dec 08, 2019 5:58 am
- Forum: ESP-IDF
- Topic: ESP-IDF OSX issue with cmake
- Replies: 0
- Views: 2079
- Tue Mar 20, 2018 4:19 am
- Forum: ESP32 Arduino
- Topic: problems with tiny GPS on esp32
- Replies: 3
- Views: 14465
problems with tiny GPS on esp32
so I am moving from esp8266 to esp32 hardware and I am running a problem
on esp8266 I used software serial to connect the GPS and this code below works fine
void loop() {
//run GPS till a valid date is received
while (ss.available() > 0){
if (gps.encode(ss.read())){
displayInfo ...
on esp8266 I used software serial to connect the GPS and this code below works fine
void loop() {
//run GPS till a valid date is received
while (ss.available() > 0){
if (gps.encode(ss.read())){
displayInfo ...