diff --git a/Cargo.toml b/Cargo.toml index bb2ac4c..03afef2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ debug-assertions = false incremental = false lto = 'fat' opt-level = 's' -overflow-checks = false +overflow-checks = false \ No newline at end of file diff --git a/README.md b/README.md index 9701a29..06c3eba 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ Welcome to the **LoRa HelloWorld** project! This is a simple project designed to ## Requirements -- [Programming Language/Framework] (e.g., Python, Node.js, etc.) -- Any additional dependencies or tools. +- espup installed +- rust installed ## Installation 1. Clone the repository: ```bash - git clone https://github.com/yourusername/lora-helloworld.git + git clone https://github.com/bibble235/lora-helloworld.git ``` 2. Navigate to the project directory: ```bash