Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
co2ampel
ampel-firmware
Commits
e1f32748
Commit
e1f32748
authored
4 years ago
by
Eric Duminil
Browse files
Options
Download
Email Patches
Plain Diff
Required dependencies are somehow missing
parent
34496cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platformio.ini
+11
-4
platformio.ini
with
11 additions
and
4 deletions
+11
-4
platformio.ini
+
11
-
4
View file @
e1f32748
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
, extra scripting
; Upload options: custom port, speed and extra flags
; Build options: build flags, source filter
; Upload options: custom
upload
port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
; http
s
://docs.platformio.org/page/projectconf.html
[platformio]
src_dir
=
ampel-firmware
...
...
@@ -15,12 +16,18 @@ platform = espressif8266
board
=
esp12e
framework
=
arduino
monitor_speed
=
115200
lib_deps
=
EEPROM
DNSServer
prampec/IotWebConf@^3.0.2
[env:esp32]
platform
=
espressif32
board
=
ttgo-lora32-v1
framework
=
arduino
monitor_speed
=
115200
lib_deps
=
MCCI
LoRaWAN
LMIC
library
EEPROM
DNSServer
prampec/IotWebConf@^3.0.2
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets