use template
This commit is contained in:
19
config.ini
Normal file
19
config.ini
Normal file
@ -0,0 +1,19 @@
|
||||
; Project configuration file
|
||||
|
||||
[config]
|
||||
; Hardware Serial baud rate
|
||||
; Also available in the code as `MONITOR_SPEED`
|
||||
monitor_speed = 115200
|
||||
|
||||
; Software Config
|
||||
; note: additionnal flags are added by Platform.io (see total amount in `.vscode/c_cpp_properties.json` in the `defines` section)
|
||||
; notworthy ones:
|
||||
; __PLATFORMIO_BUILD_DEBUG__ = debug mode
|
||||
build_flags =
|
||||
; DO NOT TOUCH --- START
|
||||
-D MONITOR_SPEED=${config.monitor_speed}
|
||||
; DO NOT TOUCH --- END
|
||||
|
||||
-D EXAMPLE_NUMBER=69
|
||||
|
||||
-D EXAMPLE_STRING=\"Pouet\"
|
Reference in New Issue
Block a user