@@ -25,6 +25,7 @@ build_flags =
25
25
-D BAUD =${common_env_data.monitor_speed}
26
26
# -D SKIP_SLEEPMODE
27
27
# -D FORCE_GRAVITY_MODE
28
+ # -D COLLECT_PERFDATA
28
29
-D ACTIVATE_OTA
29
30
-D CFG_DISABLE_LOGGING # Turn off verbose/notice logging to reduce size and dont overload uart (applies to LOG_LEVEL6)
30
31
-D GYRO_DISABLE_LOGGING
@@ -37,15 +38,13 @@ build_flags =
37
38
-D MAIN_DISABLE_LOGGING
38
39
-D USE_LITTLEFS =true
39
40
-D CFG_APPVER =" \" 1.4.0\" "
40
- -D CFG_GITREV =\" " beta-2 \" "
41
- # !python script/git_rev.py
41
+ # -D CFG_GITREV=\""beta-3 \""
42
+ !python script/git_rev.py
42
43
lib_deps =
43
44
# Using local copy of these libraries
44
45
# https://github.com/mp-se/i2cdevlib.git#<document>
45
46
# https://github.com/mp-se/OneWire
46
47
# https://github.com/mp-se/Arduino-Temperature-Control-Library
47
- # https://github.com/khoih-prog/ESP_WiFiManager
48
- # https://github.com/khoih-prog/ESP_DoubleResetDetector
49
48
https://github.com/mp-se/tinyexpr# v1.0.0
50
49
https://github.com/mp-se/Arduino-Log# 1.1.2
51
50
https://github.com/mp-se/ArduinoJson# v6.21.3
@@ -67,6 +66,7 @@ html_files =
67
66
html/index.min.htm
68
67
html/test.min.htm
69
68
html/backup.min.htm
69
+ html/ws.min.htm
70
70
71
71
[env:gravity-release]
72
72
upload_speed = ${common_env_data.upload_speed}
@@ -137,7 +137,6 @@ board_build.embed_txtfiles = ${common_env_data.html_files}
137
137
[env:gravity32c3-release]
138
138
framework = ${common_env_data.framework}
139
139
platform = ${common_env_data.platform32}
140
- # platform = espressif32 @ 5.2.0 # revert to older version so wifi works better.
141
140
upload_speed = ${common_env_data.upload_speed}
142
141
monitor_speed = ${common_env_data.monitor_speed}
143
142
extra_scripts = ${common_env_data.extra_scripts}
@@ -269,39 +268,39 @@ board_build.partitions = part32.csv
269
268
board_build.filesystem = littlefs
270
269
board_build.embed_txtfiles = ${common_env_data.html_files}
271
270
272
- [env:cov-wokwi]
273
- platform = ${common_env_data.platform32}
274
- framework = arduino
275
- board = lolin_s2_mini
276
- upload_speed = ${common_env_data.upload_speed}
277
- monitor_speed = ${common_env_data.monitor_speed}
278
- build_unflags =
279
- ${common_env_data.build_unflags}
280
- -D USE_LITTLEFS
281
- extra_scripts =
282
- script/merge_firmware.py
283
- pre:script/gcov_filter.py
284
- build_flags =
285
- # -D WOKWI # Used to bypass issues with the simulator...
286
- -lgcov
287
- -D ACTIVATE_GCOV
288
- -D ESP32S2
289
- -D ARDUINO_ESP32S2_DEV
290
- -D USER_SSID =\" " Wokwi-GUEST\" "
291
- -D USER_SSID_PWD =\" " \" "
292
- # -D USE_SERIAL_PINS
293
- -D LOG_LEVEL =6
294
- -D CORE_DEBUG_LEVEL =6
295
- ${common_env_data.build_flags}
296
- lib_deps =
297
- ${common_env_data.lib_deps}
298
- https://github.com/bxparks/AUnit# v1.7.1
299
- build_type = debug
300
- board_build.partitions = part32.csv
301
- board_build.filesystem = littlefs
302
- board_build.embed_txtfiles = ${common_env_data.html_files}
303
- build_src_filter = +<*> -<main.cpp> +<../test/tests*.cpp>
304
- gcov_files = calc.cpp helper.cpp gyro.cpp templating.cpp tempsensor.cpp
271
+ ; [env:cov-wokwi]
272
+ ; platform = ${common_env_data.platform32}
273
+ ; framework = arduino
274
+ ; board = lolin_s2_mini
275
+ ; upload_speed = ${common_env_data.upload_speed}
276
+ ; monitor_speed = ${common_env_data.monitor_speed}
277
+ ; build_unflags =
278
+ ; ${common_env_data.build_unflags}
279
+ ; -D USE_LITTLEFS
280
+ ; extra_scripts =
281
+ ; script/merge_firmware.py
282
+ ; # pre:script/gcov_filter.py
283
+ ; build_flags =
284
+ ; #-D WOKWI # Used to bypass issues with the simulator...
285
+ ; -lgcov
286
+ ; -D ACTIVATE_GCOV
287
+ ; -D ESP32S2
288
+ ; -D ARDUINO_ESP32S2_DEV
289
+ ; -D USER_SSID=\""Wokwi-GUEST\""
290
+ ; -D USER_SSID_PWD=\""\""
291
+ ; #-D USE_SERIAL_PINS
292
+ ; -D LOG_LEVEL=6
293
+ ; -D CORE_DEBUG_LEVEL=6
294
+ ; ${common_env_data.build_flags}
295
+ ; lib_deps =
296
+ ; ${common_env_data.lib_deps}
297
+ ; https://github.com/bxparks/AUnit#v1.7.1
298
+ ; build_type = debug
299
+ ; board_build.partitions = part32.csv
300
+ ; board_build.filesystem = littlefs
301
+ ; board_build.embed_txtfiles = ${common_env_data.html_files}
302
+ ; build_src_filter = +<*> -<main.cpp> +<../test/tests*.cpp>
303
+ # gcov_files = disabled
305
304
306
305
; [env:cov-api-wokwi]
307
306
; platform = ${common_env_data.platform32}
@@ -332,42 +331,41 @@ gcov_files = calc.cpp helper.cpp gyro.cpp templating.cpp tempsensor.cpp
332
331
; board_build.filesystem = littlefs
333
332
; board_build.embed_txtfiles = ${common_env_data.html_files}
334
333
335
- [env:cov-esp32]
336
- framework = ${common_env_data.framework}
337
- platform = ${common_env_data.platform32}
338
- upload_speed = ${common_env_data.upload_speed}
339
- monitor_speed = ${common_env_data.monitor_speed}
340
- extra_scripts =
341
- ${common_env_data.extra_scripts}
342
- # script/merge_firmware.py
343
- pre:script/gcov_filter.py
344
- build_unflags =
345
- ${common_env_data.build_unflags}
346
- build_flags =
347
- -Wl,-Map,output.map
348
- ${common_env_data.build_flags}
349
- -D ACTIVATE_GCOV
350
- -D ESP32S2
351
- -D ARDUINO_ESP32S2_DEV
352
- # -D ESP32C3
353
- # -D ARDUINO_ESP32C3_DEV
354
- # -D USER_SSID=\""Wokwi-GUEST\""
355
- # -D USER_SSID_PWD=\""\""
356
- -D LOG_LEVEL =4
357
- -D CORE_DEBUG_LEVEL =2
358
- -DUSE_SERIAL_PINS # Use the TX/RX pins for the serial port
359
- lib_deps =
360
- ${common_env_data.lib_deps}
361
- # ${common_env_data.lib_deps32}
362
- lib_ignore =
363
- # board = lolin_c3_mini
364
- board = lolin_s2_mini
365
- build_type = debug
366
- board_build.partitions = part32.csv
367
- board_build.filesystem = littlefs
368
- board_build.embed_txtfiles = ${common_env_data.html_files}
334
+ ; [env:cov-esp32]
335
+ ; framework = ${common_env_data.framework}
336
+ ; platform = ${common_env_data.platform32}
337
+ ; upload_speed = ${common_env_data.upload_speed}
338
+ ; monitor_speed = ${common_env_data.monitor_speed}
339
+ ; extra_scripts =
340
+ ; ${common_env_data.extra_scripts}
341
+ ; #script/merge_firmware.py
342
+ ; #pre:script/gcov_filter.py
343
+ ; build_unflags =
344
+ ; ${common_env_data.build_unflags}
345
+ ; build_flags =
346
+ ; -Wl,-Map,output.map
347
+ ; ${common_env_data.build_flags}
348
+ ; -D ACTIVATE_GCOV
349
+ ; -D ESP32S2
350
+ ; -D ARDUINO_ESP32S2_DEV
351
+ ; #-D ESP32C3
352
+ ; #-D ARDUINO_ESP32C3_DEV
353
+ ; #-D USER_SSID=\""Wokwi-GUEST\""
354
+ ; #-D USER_SSID_PWD=\""\""
355
+ ; -D LOG_LEVEL=4
356
+ ; -D CORE_DEBUG_LEVEL=2
357
+ ; -DUSE_SERIAL_PINS # Use the TX/RX pins for the serial port
358
+ ; lib_deps =
359
+ ; ${common_env_data.lib_deps}
360
+ ; #${common_env_data.lib_deps32}
361
+ ; lib_ignore =
362
+ ; board = lolin_s2_mini
363
+ ; build_type = debug
364
+ ; board_build.partitions = part32.csv
365
+ ; board_build.filesystem = littlefs
366
+ ; board_build.embed_txtfiles = ${common_env_data.html_files}
369
367
# board_build.flash_mode = dio
370
- gcov_files = disable
368
+ # gcov_files = disable
371
369
# gcov_files = webserver.cpp gyro.cpp main.cpp
372
370
# gcov_files = webserver.cpp
373
371
# gcov_files = main.cpp
0 commit comments