forked from loafle/openapi-generator-original
* int get generated as long * test revised * moved network logic to abstract service * New service hooks in services * bourne version * remove comment from cert * sendRequest remove direct link to http request * Network logic into AbstractService * Rename AbstractService to Service * add query params * Remove unused comment * Change files in openapi * amazon root CA 1 default ssl certificate * rename service * duplicate line * Set todo * lint whitespace fix * uncomment array querey paramns * Form params in service body * this is nice * added form params * remove random mustache variable * change form map to list, as it would overwrite if there was duplicates * maven build and doc gen
8 lines
173 B
INI
8 lines
173 B
INI
[env:esp32]
|
|
platform = espressif32
|
|
board = nodemcu-32s
|
|
framework = arduino
|
|
lib_deps = https://github.com/steinwurf/bourne.git#9.0.0
|
|
extra_scripts = pre_compiling_bourne.py
|
|
|