-
Am using v00.07
Love this firmware version. Great features for the scanner enthusiast. Thanks for sharing.
I however have found an issue that some memory channels are omitted from the scan shoul…
-
Hello dear ropensci/chirps team!
I am facing an issue with a specific date when downloading CHIRPS data from CHC. The issue seems to be related to _2018-04-01_.
Using the code presented below, I've …
-
I wouldn't ever charge for access to libbyreads, so here are some other ways to allow the site to pay for itself.
ads are lame, but that's always an option.
also, we could partner with specific …
-
I did some rev engineering on the firmware 5RH_NRF_Fangti_V0.14_231124.BF to figure out how
to unlock all channels.
The external flash location 0xF255 contains a value that sets the limits, with '3'…
-
I'm sorry if I've missed it but I've looked all over the web and can't find a good answer. What program software can be used to program channels? I've tried chirp and it says the radio is not supporte…
-
Will Chirp be open source?
-
# routes/web.phpに編集と更新のルートを追加する(Routing)
```
Route::resource('chirps', ChirpController::class)
->only(['index', 'store', 'edit', 'update'])
->middleware(['auth', 'verified']);
```
# in…
-
Python 2 dependency issue and flatpak seems to be for x86_64
-
Hi,
(directed here by Edgar)
I'm trying to run cmsRun jobs inside container [1] which I understand to be the default container. It works fine, except `condor_chirp` is unavailable. Edgar pointed…
-
Make a view that allows for creating and downloading CSV files in the [Chirp](https://chirp.danplanet.com/projects/chirp/wiki/CSV_HowTo) format, like so:
```
Location,Name,Frequency,Duplex,Offset,To…