Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

char ssid[] = SECRET_SSID (VSC-1525) #1350

Closed
1 task done
basibo opened this issue Nov 26, 2024 · 4 comments
Closed
1 task done

char ssid[] = SECRET_SSID (VSC-1525) #1350

basibo opened this issue Nov 26, 2024 · 4 comments
Labels
bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)

Comments

@basibo
Copy link

basibo commented Nov 26, 2024

OS

Windows

Operating System version

Windows 11

Visual Studio Code version

No response

ESP-IDF version

Version: 1.8.1

Python version

3.11.7

Doctor command output

I have no Doctor command output ?

Extension

esp_idf_vsc_ext.log

Description

Hello, I have a question: I programmed my passwords into a password.h in a project. This file is then integrated via include. This works very well for the first two entries. As an example: If I place the cursor on ssid, the SECRET_SSID is taken from the include file paswort.h in char ssid[] =. // result char ssid[10] and SECRET_SSID Expans to: "xxxxxxxxxx". However, an error occurs from the 3rd line in passowort.h. The char mqtt_server[] = SECRET_mqtt_server is displayed completely incorrectly. So char mqtt_server[1] only has one character and with SECRET_mqtt_server I get this display. ECRET_mqtt_server. Strangely enough, the correct IP is probably transferred during MQTT connect because the ESP32 connects to the MQTT server and the data exchange also works. Maybe someone can help me understand this? Thanks for the help, greetings Peter

Debug Message

NO error message during compliation

Other Steps to Reproduce

I'm a beginner with VC and the PlatformIo. I use Arduino frame work. I had serveral issue but mostly i find solution. Now im at the end of my knowlege.

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@basibo basibo added the bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue) label Nov 26, 2024
@github-actions github-actions bot changed the title char ssid[] = SECRET_SSID char ssid[] = SECRET_SSID (VSC-1525) Nov 26, 2024
@brianignacio5
Copy link
Collaborator

Hi @basibo I think this repository is not the right place for your question. Could you try asking in the esp-idf repository instead ?

@basibo
Copy link
Author

basibo commented Dec 7, 2024 via email

@brianignacio5
Copy link
Collaborator

Hi @basibo I'm unable to move this to another repository. Feel free to open a new GitHub issue in esp-idf repository.

Copy link

github-actions bot commented Dec 9, 2024

Thanks for using our extension! 🚀

Your feedback matters! Could you take a moment to rate it on the marketplace? A positive rating helps other developers discover our tools and motivates us to keep improving.

⭐ Rate ESP-IDF Extension: https://marketplace.visualstudio.com/items?itemName=espressif.esp-idf-extension&ssr=false#review-details

Your support means a lot to our development team!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Bug Report from users on Github (don't use this tag manually, its supposed to be used via the issue)
Projects
None yet
Development

No branches or pull requests

2 participants