This is an old revision of the document!
Documentation Camel V1
1. Fichier de configuration json
Configuration avec communication radio en LoRa:
- flipper_config.json
{ "rtc_type": "am1805", "time_between_measures_s": 600, "number_measures_before_write_sd": 18, "number_writes_in_interval_file": 8, "lora_active": true }
Configuration sans communication radio:
- flipper_config.json
{ "rtc_type" : "am1805", "time_between_measures_s" : 600, "number_measures_before_write_sd" : 18, "number_writes_in_interval_file" : 8, "lora_active" : false }