VanceVagell/kv4p-ht

[Firmware] Move files to VSCode format

Open

#410 opened on May 18, 2026

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (126 forks)auto 404
good first issue

Repository metrics

Stars
 (789 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now we're straddling between Arduino IDE format and VSCode format, but I don't believe any developers are using Arduno IDE with the project. The main problem is the name of this file, which should be .cpp instead of .ino:

https://github.com/VanceVagell/kv4p-ht/blob/main/microcontroller-src/kv4p_ht_esp32_wroom_32/kv4p_ht_esp32_wroom_32.ino

But we should double-check that after we change this the project just loads in VSCode without complaints and no other changes are needed (and if needed, make them so VSCode loads seamlessly).

Contributor guide