Skip to content

Commit

Permalink
Fix geigermodel define
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Feb 23, 2024
1 parent ab520b1 commit 35128c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments.ini
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ lib_deps =
build_flags =
${base:esp8266_neopixel.build_flags}
-DGEIGER_TYPE=${geiger_type.pulse}
-DGEIGER_MODEL='"ESPG-Lite"'
-D ESPGEIGER_LT
-D SSD1306_DISPLAY
-DOLED_FLIP=true
Expand All @@ -106,6 +105,7 @@ build_flags =
extends = base:espgeigerlite
build_flags =
${base:espgeigerlite.build_flags}
-DGEIGER_MODEL='"ESPG-Lite"'

[env:espgeigerlite_test]
extends = base:espgeigerlite
Expand Down

0 comments on commit 35128c3

Please sign in to comment.